awesomewm.d.tl/.editorconfig

22 lines
295 B
INI
Raw Normal View History

2022-06-26 17:37:53 +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,busted,luacheckrc,luacov,rockspec}]
2022-10-30 15:11:14 +01:00
indent_size = 3
2022-06-26 17:37:53 +02:00
[justfile]
indent_size = 2
[*.json]
indent_size = 2
2022-08-12 19:10:51 +02:00
[*.yml]
indent_size = 2