summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-06-22 00:02:29 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-06-22 00:02:29 +0200
commitd2a14247ea0e8982acfba42d5444ee2332dabcc9 (patch)
treee94bbcc9824d1d2678ce86ddac0c55d50ce08ed2
parentcaf48a69e711af9728fbe161d23a5b078a8df05d (diff)
downloadlua-aports-d2a14247ea0e8982acfba42d5444ee2332dabcc9.tar.bz2
lua-aports-d2a14247ea0e8982acfba42d5444ee2332dabcc9.tar.xz
add .editorconfig
-rw-r--r--.editorconfig13
1 files changed, 13 insertions, 0 deletions
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