From d2a14247ea0e8982acfba42d5444ee2332dabcc9 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Thu, 22 Jun 2017 00:02:29 +0200 Subject: add .editorconfig --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..1cca7aa --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +# http://editorconfig.org +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 4 +indent_style = tab +insert_final_newline = true +trim_trailing_whitespace = true + +[*.lua] +indent_size = 3 -- cgit v1.2.3