mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-07-26 10:38:52 +00:00
3a0ca480b0
* conform to clang spec * proper find call * Update format-code.sh
14 lines
272 B
YAML
14 lines
272 B
YAML
---
|
|
BasedOnStyle: Chromium
|
|
IndentWidth: 4
|
|
SortIncludes: false
|
|
AllowAllArgumentsOnNextLine: true
|
|
ColumnLimit: 0
|
|
Cpp11BracedListStyle: true
|
|
AllowShortLoopsOnASingleLine: true
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
SpacesInLineCommentPrefix:
|
|
Minimum: 1
|
|
Maximum: 1
|
|
...
|