mirror of
https://github.com/canokeys/canokey-nrf52.git
synced 2024-11-23 02:13:51 +08:00
17 lines
350 B
Plaintext
17 lines
350 B
Plaintext
|
---
|
||
|
AlignTrailingComments: 'true'
|
||
|
AllowShortIfStatementsOnASingleLine: 'true'
|
||
|
AllowShortLoopsOnASingleLine: 'true'
|
||
|
AllowShortFunctionsOnASingleLine: 'true'
|
||
|
ColumnLimit: '0'
|
||
|
ConstructorInitializerIndentWidth: '0'
|
||
|
IndentWidth: '4'
|
||
|
PenaltyBreakComment: '0'
|
||
|
SortIncludes: 'true'
|
||
|
SpaceBeforeParens: Never
|
||
|
SpacesInParentheses: 'false'
|
||
|
Standard: Auto
|
||
|
|
||
|
...
|
||
|
|