[General]: Create .editorconfig (#967)

This commit is contained in:
Edo 2023-04-22 22:57:27 +02:00 committed by GitHub
parent c879fddffd
commit c961db16a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
[*.{cpp,hpp}]
end_of_line = crlf
insert_final_newline = true
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
charset = utf-8
brace_style = next_line
namespace_indentation = all
cpp_indent_namespace_contents = true