]> git.proxmox.com Git - ceph.git/blob - ceph/src/zstd/contrib/linux-kernel/lib/zstd/.clang-format
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / zstd / contrib / linux-kernel / lib / zstd / .clang-format
1 BasedOnStyle: LLVM
2 IndentWidth: 8
3 UseTab: Always
4 BreakBeforeBraces: Linux
5 AllowShortIfStatementsOnASingleLine: false
6 IndentCaseLabels: false
7
8 ColumnLimit: 160
9 AlignEscapedNewlinesLeft: true
10 ReflowComments: true
11 AllowShortCaseLabelsOnASingleLine: true