AdventOfCode-Rust/.editorconfig
Drew Haven bc3ea85dae
Some checks failed
Continuous Integration / Continuous Integration (push) Failing after 1m2s
Adds cargo and adds nix to editor config.
2025-12-11 16:34:08 -08:00

22 lines
336 B
INI

# EditorConfig is awesome: http://EditorConfig.org
root = true
[*]
indent_size = 4
indent_style = space
end_of_line = lf
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
[*.txt]
insert_final_newline = false
trim_trailing_whitespace = false
[*.md]
trim_trailing_whitespace = false
[*.nix]
indent_size = 2