mirror of
https://github.com/sysprog21/lkmpg.git
synced 2024-11-22 15:05:54 +08:00
50b8dfe6c2
Instead of using tab for indention, the style defaults to 4 spaces for the sake of compact layout.
16 lines
376 B
YAML
16 lines
376 B
YAML
BasedOnStyle: Chromium
|
|
Language: Cpp
|
|
MaxEmptyLinesToKeep: 3
|
|
IndentCaseLabels: false
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Right
|
|
SpaceAfterCStyleCast: true
|
|
TabWidth: 4
|
|
UseTab: Never
|
|
IndentWidth: 4
|
|
BreakBeforeBraces: Linux
|
|
AccessModifierOffset: -4
|