mirror of
https://github.com/Lurkki14/tuxclocker.git
synced 2024-11-21 15:57:25 -06:00
use spaces after C-style casts
eg. '(uint) expr;`
This commit is contained in:
parent
f8b0ae15b6
commit
c3a5327045
@ -12,6 +12,7 @@ IndentPPDirectives: BeforeHash
|
|||||||
IndentWrappedFunctionNames: true
|
IndentWrappedFunctionNames: true
|
||||||
PointerAlignment: Right
|
PointerAlignment: Right
|
||||||
SortIncludes: Never # src/plugins/Nvidia.cpp breaks with this on
|
SortIncludes: Never # src/plugins/Nvidia.cpp breaks with this on
|
||||||
|
SpaceAfterCStyleCast: true
|
||||||
|
|
||||||
# 8 column tabs
|
# 8 column tabs
|
||||||
IndentWidth: 8
|
IndentWidth: 8
|
||||||
|
Loading…
Reference in New Issue
Block a user