summaryrefslogtreecommitdiff
path: root/Data/Libraries/Penlight/.editorconfig
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-30 11:32:16 +0800
committerchai <chaifix@163.com>2021-10-30 11:32:16 +0800
commit42ec7286b2d36a9ba22925f816a17cb1cc2aa5ce (patch)
tree24bc7009457a8d7500f264e89946dc20d069294f /Data/Libraries/Penlight/.editorconfig
parent164885fd98d48703bd771f802d79557b7db97431 (diff)
+ Penlight
Diffstat (limited to 'Data/Libraries/Penlight/.editorconfig')
-rw-r--r--Data/Libraries/Penlight/.editorconfig22
1 files changed, 22 insertions, 0 deletions
diff --git a/Data/Libraries/Penlight/.editorconfig b/Data/Libraries/Penlight/.editorconfig
new file mode 100644
index 0000000..3434e8a
--- /dev/null
+++ b/Data/Libraries/Penlight/.editorconfig
@@ -0,0 +1,22 @@
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true
+charset = utf-8
+
+[*.lua]
+indent_style = space
+indent_size = 2
+
+[kong/templates/nginx*]
+indent_style = space
+indent_size = 4
+
+[*.template]
+indent_style = space
+indent_size = 4
+
+[Makefile]
+indent_style = tab