mirror of
https://github.com/Lurkki14/tuxclocker.git
synced 2025-02-25 18:55:24 -06:00
20 lines
492 B
Plaintext
20 lines
492 B
Plaintext
|
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
|
||
|
|
||
|
# 8 column tabs
|
||
|
IndentWidth: 8
|
||
|
TabWidth: 8
|
||
|
UseTab: Always
|