Add .editorconfig

This commit is contained in:
Harm te Molder 2021-12-28 10:09:34 +01:00
parent 6c8fbe773e
commit eb3345b21f
No known key found for this signature in database
GPG key ID: 74A98B5EEF1920BA

11
.editorconfig Executable file
View file

@ -0,0 +1,11 @@
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 80
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = true