i3/.editorconfig

10 lines
154 B
INI
Raw Normal View History

2021-07-05 03:32:31 +02:00
[*]
end_of_line = lf
[*.{lua,txt,md,json}]
charset = utf8
indent_size = 8
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true