sbcl.sbcl/tlsf-bsd/.clang-format
Douglas Katzman 94c1ac5411 Borrow someone else's allocator
TLSF (https://github.com/jserv/tlsf-bsd) is a simple malloc/free
which will be used in lieu of the current text space allocator.
Its 2-clause BSD license is compatible with SBCL's.
2022-07-30 16:38:02 -04:00

13 lines
284 B
YAML

BasedOnStyle: Chromium
Language: Cpp
MaxEmptyLinesToKeep: 3
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
DerivePointerAlignment: false
PointerAlignment: Right
TabWidth: 4
UseTab: Never
IndentWidth: 4
BreakBeforeBraces: Linux
AccessModifierOffset: -4