aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-02-19 17:21:21 -0300
committerHisham Muhammad <hisham@gobolinux.org>2018-02-19 17:22:40 -0300
commitb6badbab8ec8aac3741fb53f5343da37e966c7ac (patch)
tree79af04cf88e1915911c4a0b51f6046f2ce55480c
parent5022dc08eb9a7a70fcb96a1197ac73674a17b401 (diff)
downloadluarocks-b6badbab8ec8aac3741fb53f5343da37e966c7ac.tar.gz
luarocks-b6badbab8ec8aac3741fb53f5343da37e966c7ac.tar.bz2
luarocks-b6badbab8ec8aac3741fb53f5343da37e966c7ac.zip
Add .editorconfig file
-rw-r--r--.editorconfig12
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 @@
1root = true
2
3[*]
4end_of_line = lf
5charset = utf-8
6
7[*.lua]
8indent_style = space
9indent_size = 3
10
11[Makefile]
12indent_style = tab