AdventCalendars/.editorconfig
Alex Thomassen 0cb5a45aa2
[KnowIt] 2020/04 - Add completed solution
[KnowIt] 2020/03 - Add incomplete solution (missing diagonals)
2020-12-04 13:48:24 +01:00

17 lines
252 B
INI

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