Add clang-format config
This commit is contained in:
parent
d1a5790f8e
commit
581e5fbe83
11
contrib/linux-kernel/lib/zstd/.clang-format
Normal file
11
contrib/linux-kernel/lib/zstd/.clang-format
Normal file
@ -0,0 +1,11 @@
|
||||
BasedOnStyle: LLVM
|
||||
IndentWidth: 8
|
||||
UseTab: Always
|
||||
BreakBeforeBraces: Linux
|
||||
AllowShortIfStatementsOnASingleLine: false
|
||||
IndentCaseLabels: false
|
||||
|
||||
ColumnLimit: 160
|
||||
AlignEscapedNewlinesLeft: true
|
||||
ReflowComments: true
|
||||
AllowShortCaseLabelsOnASingleLine: true
|
Loading…
Reference in New Issue
Block a user