feature/pre-commit #1

Merged
schtobia merged 7 commits from feature/pre-commit into develop 2023-10-06 07:10:36 +02:00
Showing only changes of commit 8fd7d8328a - Show all commits

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