mirror of
https://github.com/Lurkki14/tuxclocker.git
synced 2024-11-21 07:54:09 -06:00
c3a5327045
eg. '(uint) expr;`
21 lines
519 B
YAML
21 lines
519 B
YAML
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
|
|
SpaceAfterCStyleCast: true
|
|
|
|
# 8 column tabs
|
|
IndentWidth: 8
|
|
TabWidth: 8
|
|
UseTab: Always
|