Mercurial > minori
comparison .clang-format @ 393:963047512d34
*: clang-format
| author | Paper <paper@tflc.us> |
|---|---|
| date | Fri, 07 Nov 2025 07:16:15 -0500 |
| parents | 47c9f8502269 |
| children |
comparison
equal
deleted
inserted
replaced
| 392:a72d6d7b3568 | 393:963047512d34 |
|---|---|
| 8 PPIndentWidth: 1 | 8 PPIndentWidth: 1 |
| 9 | 9 |
| 10 # hack!!! | 10 # hack!!! |
| 11 AccessModifierOffset: -4 | 11 AccessModifierOffset: -4 |
| 12 | 12 |
| 13 IndentCaseLabels: true | 13 IndentCaseLabels: false |
| 14 IndentAccessModifiers: false | 14 IndentAccessModifiers: false |
| 15 IndentPPDirectives: AfterHash | 15 IndentPPDirectives: AfterHash |
| 16 | 16 |
| 17 BreakBeforeBraces: WebKit | 17 BreakBeforeBraces: WebKit |
| 18 BreakStringLiterals: true | 18 BreakStringLiterals: true |
| 28 | 28 |
| 29 AllowShortIfStatementsOnASingleLine: false | 29 AllowShortIfStatementsOnASingleLine: false |
| 30 AllowShortBlocksOnASingleLine: Empty | 30 AllowShortBlocksOnASingleLine: Empty |
| 31 AllowShortEnumsOnASingleLine: false | 31 AllowShortEnumsOnASingleLine: false |
| 32 AllowShortFunctionsOnASingleLine: InlineOnly | 32 AllowShortFunctionsOnASingleLine: InlineOnly |
| 33 AllowShortCaseLabelsOnASingleLine: true | 33 AllowShortCaseLabelsOnASingleLine: false |
| 34 | 34 |
| 35 Cpp11BracedListStyle: true | 35 Cpp11BracedListStyle: true |
| 36 | 36 |
| 37 --- | 37 --- |
| 38 Language: Cpp | 38 Language: Cpp |
