Add .editorconfig

See https://editorconfig.org/ for more info.
This commit is contained in:
KOLANICH 2019-12-03 13:01:40 +03:00 committed by Jan Niklas Hasse
parent ca08c43c0e
commit 94c66fd01a

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
end_of_line = lf
[CMakeLists.txt]
indent_style = tab