add .editorconfig based on .clang-format

This commit is contained in:
Aminda Suomalainen 2023-10-16 13:32:27 +03:00
parent 2bfd6a3708
commit 0fe5721b5b
No known key found for this signature in database

8
.editorconfig Normal file
View file

@ -0,0 +1,8 @@
root = true
[*]
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
max_line_length = 100