mirror of
https://github.com/sysprog21/lkmpg.git
synced 2024-11-22 20:34:23 +08:00
16 lines
376 B
Plaintext
16 lines
376 B
Plaintext
|
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
|