mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
Apply "clang-format" preferences globally
This commit is contained in:
parent
d841aeeecd
commit
b85ba99980
64 changed files with 1868 additions and 2678 deletions
|
@ -3,6 +3,7 @@ BasedOnStyle: GNU
|
|||
IndentWidth: 4
|
||||
---
|
||||
Language: Cpp
|
||||
Standard: Auto
|
||||
PointerAlignment: Right
|
||||
ColumnLimit: 120
|
||||
BreakBeforeBraces: Custom
|
||||
|
@ -15,3 +16,9 @@ BraceWrapping:
|
|||
|
||||
SpaceBeforeParens: ControlStatements
|
||||
Cpp11BracedListStyle: true
|
||||
|
||||
WhitespaceSensitiveMacros:
|
||||
- REGISTER_CORE_PARTICLE
|
||||
- REGISTER_CORE_DECORATION
|
||||
- REGISTER_CORE_PLUGIN
|
||||
- REGISTER_CORE_MODULE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue