(clang-format) Add QualifierOrder (#272)

This commit is contained in:
Christian Semmler
2023-11-07 08:00:00 -05:00
committed by GitHub
parent 7834f18999
commit a2c83a1b69
2 changed files with 18 additions and 10 deletions

View File

@@ -21,6 +21,14 @@ IndentAccessModifiers: false
IndentWidth: 4
InsertNewlineAtEOF: true
PointerAlignment: Left
QualifierAlignment: Custom
QualifierOrder:
- inline
- static
- friend
- const
- volatile
- type
SpaceAfterCStyleCast: true
TabWidth: 4
UseTab: ForContinuationAndIndentation