fix: adopted editorconfig to project needs
This commit is contained in:
parent
0eced72348
commit
8fd7d8328a
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue