1
mirror of https://github.com/canokeys/canokey-nrf52.git synced 2024-09-18 17:08:41 +08:00
canokey-nrf52/.clang-format
2022-05-21 22:10:40 +08:00

17 lines
350 B
YAML

---
AlignTrailingComments: 'true'
AllowShortIfStatementsOnASingleLine: 'true'
AllowShortLoopsOnASingleLine: 'true'
AllowShortFunctionsOnASingleLine: 'true'
ColumnLimit: '0'
ConstructorInitializerIndentWidth: '0'
IndentWidth: '4'
PenaltyBreakComment: '0'
SortIncludes: 'true'
SpaceBeforeParens: Never
SpacesInParentheses: 'false'
Standard: Auto
...