Files
AdventOfCode-Rust/.editorconfig
Felix Spöttel 4449f5bc94 initial commit
2021-12-29 14:12:01 +01:00

17 lines
277 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
[*.md]
trim_trailing_whitespace = false