Files
lk/.clang-format

14 lines
343 B
Plaintext
Raw Normal View History

BasedOnStyle: LLVM
IndentWidth: 4
UseTab: Never
PointerAlignment: Right
InsertBraces: true
BreakBeforeBraces: Attach
AllowShortIfStatementsOnASingleLine: WithoutElse
AllowShortLoopsOnASingleLine: true
AllowShortFunctionsOnASingleLine: Inline
ColumnLimit: 0
IndentCaseLabels: true
IndentGotoLabels: false
AlignConsecutiveMacros:
Enabled: true