diff options
-rw-r--r-- | .editorconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..c96b4ea7 --- /dev/null +++ b/.editorconfig | |||
@@ -0,0 +1,12 @@ | |||
1 | root = true | ||
2 | |||
3 | [*] | ||
4 | end_of_line = lf | ||
5 | charset = utf-8 | ||
6 | |||
7 | [*.lua] | ||
8 | indent_style = space | ||
9 | indent_size = 3 | ||
10 | |||
11 | [Makefile] | ||
12 | indent_style = tab | ||