Try harder to get a writable directory for split-core
[sbcl.git] / tlsf-bsd / .clang-format
blob2d07d2042f2ac05abf187f88f846669dcac65003
1 BasedOnStyle: Chromium
2 Language: Cpp
3 MaxEmptyLinesToKeep: 3
4 AllowShortIfStatementsOnASingleLine: false
5 AllowShortLoopsOnASingleLine: false
6 DerivePointerAlignment: false
7 PointerAlignment: Right
8 TabWidth: 4
9 UseTab: Never
10 IndentWidth: 4
11 BreakBeforeBraces: Linux
12 AccessModifierOffset: -4