Files
disk-burnin-and-testing/.editorconfig
Michael Schnerring 0b36a8658a add .editorconfig; remove trailing whitespace
add myself to license.txt
2020-09-08 16:00:05 +02:00

12 lines
187 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false