awesomewm.d.tl/.editorconfig

25 lines
282 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]
indent_size = 3
2022-08-20 12:25:09 +02:00
[*.{tl,d.tl}]
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