Added .editorconfig

This commit is contained in:
kobalicek
2020-02-08 10:13:44 +01:00
parent 5437d20dbb
commit c92e495b63

10
.editorconfig Normal file
View File

@@ -0,0 +1,10 @@
# Editor configuration, see https://editorconfig.org for more details.
root = true
[*.{cpp,h,natvis}]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true