Squad.nix/.editorconfig

12 lines
178 B
INI
Raw Normal View History

2023-12-21 07:47:28 -06:00
root = true
[*]
end_of_line = lf
insert_final_newline = false
trim_trailing_whitespace = true
charset = utf-8
max_line_length = 100
indent_style = space
[*.nix]
indent_size = 2