mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04: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
|
|
|
|
...
|