Files
gaze/.editorconfig
2023-12-22 11:24:13 +01:00

15 lines
217 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
# sad :(
indent_style = space
indent_size = 4
[{*.yaml,*.yml,*.nix}]
indent_style = space
indent_size = 2