oneko-rs/.editorconfig
2025-01-28 18:26:06 -08:00

11 lines
156 B
INI

root = true
[*]
end_of_line = lf
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[*.nix]
indent_size = 2