mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
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.
13 lines
284 B
YAML
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
|