WLED/.clang-format
2020-03-30 06:42:21 -04:00

12 lines
386 B
YAML

---
BasedOnStyle: Webkit
IndentWidth: 2
AlignTrailingComments: true
SpacesBeforeTrailingComments: 8
AllowShortIfStatementsOnASingleLine: Always
AllowShortLoopsOnASingleLine: true
AllowShortLambdasOnASingleLine: true
AllowShortCaseLabelsOnASingleLine: true
AllowShortFunctionsOnASingleLine: All
AllowShortBlocksOnASingleLine: true
IndentCaseLabels: true