mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
misc: add format files for clang-format and editorconfig
This commit is contained in:
parent
ae5c7e0fc3
commit
e83c4bd8c1
2 changed files with 34 additions and 0 deletions
17
.clang-format
Normal file
17
.clang-format
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
BasedOnStyle: GNU
|
||||
IndentWidth: 4
|
||||
---
|
||||
Language: Cpp
|
||||
PointerAlignment: Right
|
||||
ColumnLimit: 120
|
||||
BreakBeforeBraces: Custom
|
||||
BraceWrapping:
|
||||
AfterEnum: false
|
||||
AfterClass: false
|
||||
SplitEmptyFunction: true
|
||||
AfterFunction: true
|
||||
AfterStruct: false
|
||||
|
||||
SpaceBeforeParens: ControlStatements
|
||||
Cpp11BracedListStyle: true
|
Loading…
Add table
Add a link
Reference in a new issue