diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-02-19 17:21:21 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-02-19 17:22:40 -0300 |
commit | b6badbab8ec8aac3741fb53f5343da37e966c7ac (patch) | |
tree | 79af04cf88e1915911c4a0b51f6046f2ce55480c | |
parent | 5022dc08eb9a7a70fcb96a1197ac73674a17b401 (diff) | |
download | luarocks-b6badbab8ec8aac3741fb53f5343da37e966c7ac.tar.gz luarocks-b6badbab8ec8aac3741fb53f5343da37e966c7ac.tar.bz2 luarocks-b6badbab8ec8aac3741fb53f5343da37e966c7ac.zip |
Add .editorconfig file
-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 | ||