Add .editorconfig file to configure supporting editors to use proper whitespaces for indentation

This commit is contained in:
Adam Sawicki 2020-04-24 12:42:06 +02:00
parent 25d9b2c0ec
commit ff472352b9

5
src/.editorconfig Normal file
View File

@ -0,0 +1,5 @@
root = true
[**.{cpp,h}]
indent_style = space
indent_size = 4