diff options
Diffstat (limited to 'Data/Libraries/Penlight/.editorconfig')
-rw-r--r-- | Data/Libraries/Penlight/.editorconfig | 22 |
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 |