2023-07-26 08:32:34 -05:00
|
|
|
Language: Cpp
|
|
|
|
|
|
|
|
# Unindent access modifiers after regular indenting
|
|
|
|
AccessModifierOffset: -8
|
|
|
|
AlignAfterOpenBracket: DontAlign
|
|
|
|
AllowShortEnumsOnASingleLine: false
|
|
|
|
ColumnLimit: 100
|
|
|
|
EmptyLineAfterAccessModifier: Never
|
|
|
|
EmptyLineBeforeAccessModifier: Never
|
|
|
|
IndentAccessModifiers: false
|
|
|
|
IndentPPDirectives: BeforeHash
|
|
|
|
IndentWrappedFunctionNames: true
|
|
|
|
PointerAlignment: Right
|
|
|
|
SortIncludes: Never # src/plugins/Nvidia.cpp breaks with this on
|
2023-08-29 10:10:58 -05:00
|
|
|
SpaceAfterCStyleCast: true
|
2023-07-26 08:32:34 -05:00
|
|
|
|
|
|
|
# 8 column tabs
|
|
|
|
IndentWidth: 8
|
|
|
|
TabWidth: 8
|
|
|
|
UseTab: Always
|