# .clang-format — nulsl-libc style. # # Rule of thumb: 4-space indent, 100 columns, allman braces off, keep it # boring. Run `clang-format -i` on your diff before opening a PR. BasedOnStyle: LLVM IndentWidth: 4 ColumnLimit: 100 PointerAlignment: Left DerivePointerAlignment: false SortIncludes: true BreakBeforeBraces: Attach AllowShortFunctionsOnASingleLine: Empty AllowShortIfStatementsOnASingleLine: Never AllowShortLoopsOnASingleLine: false