flakelight/.editorconfig

18 lines
263 B
INI
Raw Normal View History

2023-04-09 02:56:06 +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
max_line_length = 80
[{*.nix,flake.lock}]
indent_size = 2
[*.md]
trim_trailing_whitespace = false
indent_size = 2