mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-04 02:06:22 -04:00
chore: update .clang-format
This commit is contained in:
parent
220632a60d
commit
71064e6613
@ -12,7 +12,9 @@ MaxEmptyLinesToKeep: '1'
|
|||||||
NamespaceIndentation: None
|
NamespaceIndentation: None
|
||||||
PenaltyReturnTypeOnItsOwnLine: '0'
|
PenaltyReturnTypeOnItsOwnLine: '0'
|
||||||
PointerAlignment: Left
|
PointerAlignment: Left
|
||||||
Standard: Cpp11
|
QualifierAlignment: Custom
|
||||||
|
QualifierOrder: [friend, static, constexpr, inline, type, const, volatile, restrict]
|
||||||
|
Standard: c++20
|
||||||
UseTab: Never
|
UseTab: Never
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user