ari.lt/.clang-format
Ari Archer 6bcb6abe2f Added JS minification, updated npm packages, add TODO items
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-09-25 03:40:47 +03:00

19 lines
454 B
YAML

---
BasedOnStyle: LLVM
IndentWidth: 4
SortIncludes: false
AlignConsecutiveAssignments: true
AlignConsecutiveBitFields: true
AlignConsecutiveMacros: true
AlignEscapedNewlines: true
AllowShortCaseLabelsOnASingleLine: true
AllowShortEnumsOnASingleLine: true
AllowShortFunctionsOnASingleLine: true
AllowShortLambdasOnASingleLine: true
BinPackParameters: false
IndentCaseBlocks: true
IndentCaseLabels: true
IndentExternBlock: true
IndentGotoLabels: true
---