cleanup and refactoring

This commit is contained in:
CDaut 2024-05-25 11:53:25 +02:00
parent 2302158928
commit 76f6bf62a4
Signed by: clara
GPG key ID: 223391B52FAD4463
1285 changed files with 757994 additions and 8 deletions

View file

@ -0,0 +1,7 @@
# This is the top-most editor config file
root = true
# Default to 2 space indentation for C/C++ files
[*.{c,cpp,h,hpp,inl}]
indent_size = 2
indent_style = space