From 42ec7286b2d36a9ba22925f816a17cb1cc2aa5ce Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 30 Oct 2021 11:32:16 +0800 Subject: + Penlight --- Data/Libraries/Penlight/.editorconfig | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Data/Libraries/Penlight/.editorconfig (limited to 'Data/Libraries/Penlight/.editorconfig') 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 -- cgit v1.1-26-g67d0