1
mirror of https://github.com/canokeys/canokey-nrf52.git synced 2024-09-19 17:18:39 +08:00
canokey-nrf52/.clang-format

17 lines
350 B
Plaintext
Raw Permalink Normal View History

2022-05-21 22:10:40 +08:00
---
AlignTrailingComments: 'true'
AllowShortIfStatementsOnASingleLine: 'true'
AllowShortLoopsOnASingleLine: 'true'
AllowShortFunctionsOnASingleLine: 'true'
ColumnLimit: '0'
ConstructorInitializerIndentWidth: '0'
IndentWidth: '4'
PenaltyBreakComment: '0'
SortIncludes: 'true'
SpaceBeforeParens: Never
SpacesInParentheses: 'false'
Standard: Auto
...