mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
(clang-format) Add QualifierOrder (#272)
This commit is contained in:

committed by
GitHub

parent
7834f18999
commit
a2c83a1b69
@@ -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
|
||||
|
Reference in New Issue
Block a user