busted-tl/.editorconfig

16 lines
228 B
INI
Raw Normal View History

2023-04-23 03:34:05 +02:00
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{lua,tl,d.tl,rockspec,luacheckrc}]
indent_size = 3
[*.json]
indent_size = 2