aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV1K1NGbg <victor@ilchev.com>2024-08-22 23:12:37 -0300
committerHisham Muhammad <hisham@gobolinux.org>2024-10-21 13:30:51 -0300
commitde878a8c3ea9da605ab901c99232cf695c765091 (patch)
treebfacccfab2b7d50d117608db5fab9eddb10e8e1a
parentc2c0272d973929fa1f74e4dcbc11402a5c5273e6 (diff)
downloadluarocks-de878a8c3ea9da605ab901c99232cf695c765091.tar.gz
luarocks-de878a8c3ea9da605ab901c99232cf695c765091.tar.bz2
luarocks-de878a8c3ea9da605ab901c99232cf695c765091.zip
editorconfig: add .tl setup
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index dc5519a7..e927faee 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -10,6 +10,10 @@ charset = utf-8
10indent_style = space 10indent_style = space
11indent_size = 3 11indent_size = 3
12 12
13[*.tl]
14indent_style = space
15indent_size = 3
16
13[Makefile] 17[Makefile]
14indent_style = tab 18indent_style = tab
15 19