diff options
author | V1K1NGbg <victor@ilchev.com> | 2024-08-22 23:12:37 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2024-08-22 23:20:47 -0300 |
commit | 5e5ff0a38bb94a48846af2636b01b9a9338fa242 (patch) | |
tree | 1fd549dfaa470a012f48e1ce07263de7cf2f1e76 | |
parent | f5037f158ba3ccdfee88b95be328dc529aa7c1ad (diff) | |
download | luarocks-5e5ff0a38bb94a48846af2636b01b9a9338fa242.tar.gz luarocks-5e5ff0a38bb94a48846af2636b01b9a9338fa242.tar.bz2 luarocks-5e5ff0a38bb94a48846af2636b01b9a9338fa242.zip |
editorconfig: add .tl setup
-rw-r--r-- | .editorconfig | 4 |
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 | |||
10 | indent_style = space | 10 | indent_style = space |
11 | indent_size = 3 | 11 | indent_size = 3 |
12 | 12 | ||
13 | [*.tl] | ||
14 | indent_style = space | ||
15 | indent_size = 3 | ||
16 | |||
13 | [Makefile] | 17 | [Makefile] |
14 | indent_style = tab | 18 | indent_style = tab |
15 | 19 | ||