fix: adopted editorconfig to project needs

This commit is contained in:
Tobias Schmidl 2023-10-06 05:59:01 +02:00
parent 0eced72348
commit 8fd7d8328a

View file

@ -17,3 +17,9 @@ insert_final_newline = true
[*.{yaml,yml}] [*.{yaml,yml}]
indent_size = 2 indent_size = 2
[*.{cpp,hpp,h}]
indent_size = 2
[{CMakeLists.txt,*.cmake}]
indent_style = tabs