OpenIris/ESP/.clang-format
ZanzyTHEbar 5fbe5a358b feat: clean up config for users
- added custom ini files for configurations
-  created user config file for easier access
- added formatting to codebase
2023-01-31 10:35:22 +00:00

12 lines
274 B
YAML

---
BasedOnStyle: Chromium
AllowShortBlocksOnASingleLine: 'false'
AllowShortIfStatementsOnASingleLine: Never
AllowShortLoopsOnASingleLine: 'false'
CompactNamespaces: 'false'
Language: Cpp
NamespaceIndentation: All
PointerAlignment: Left
ReflowComments: 'true'
UseTab: Never