mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-12-04 15:35:32 +00:00
033c4e9a5b
* Updated style * Updated files * fixed new line * Updated spacing * File fix WIP * Updated to clang 13 * updated comment style * Removed old comment code
15 lines
285 B
YAML
15 lines
285 B
YAML
---
|
|
BasedOnStyle: Chromium
|
|
IndentWidth: '4'
|
|
SortIncludes: 'false'
|
|
AllowAllArgumentsOnNextLine: 'true'
|
|
ColumnLimit: 0
|
|
Cpp11BracedListStyle: 'true'
|
|
AllowShortLoopsOnASingleLine: 'true'
|
|
AllowShortIfStatementsOnASingleLine: 'true'
|
|
SpacesInLineCommentPrefix:
|
|
Minimum: 1
|
|
Maximum: 1
|
|
|
|
...
|