Mercurial > minori
comparison .clang-format @ 77:6f7385bd334c
*: update
formatted all source files, no more subclassing QThread... many other
changes :)
| author | Paper <mrpapersonic@gmail.com> | 
|---|---|
| date | Fri, 06 Oct 2023 06:18:53 -0400 | 
| parents | 2743011a6042 | 
| children | d02fdf1d6708 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 76:3364fadc8a36 | 77:6f7385bd334c | 
|---|---|
| 9 | 9 | 
| 10 IndentCaseLabels: true | 10 IndentCaseLabels: true | 
| 11 IndentAccessModifiers: true | 11 IndentAccessModifiers: true | 
| 12 IndentPPDirectives: AfterHash | 12 IndentPPDirectives: AfterHash | 
| 13 | 13 | 
| 14 BreakArrays: true | |
| 14 BreakBeforeBraces: Attach | 15 BreakBeforeBraces: Attach | 
| 15 BreakStringLiterals: true | 16 BreakStringLiterals: true | 
| 16 | 17 | 
| 17 AlignAfterOpenBracket: Align | 18 AlignAfterOpenBracket: Align | 
| 18 AlignArrayOfStructures: Left | 19 AlignArrayOfStructures: Left | 
| 23 AllowShortBlocksOnASingleLine: Empty | 24 AllowShortBlocksOnASingleLine: Empty | 
| 24 AllowShortEnumsOnASingleLine: false | 25 AllowShortEnumsOnASingleLine: false | 
| 25 AllowShortFunctionsOnASingleLine: InlineOnly | 26 AllowShortFunctionsOnASingleLine: InlineOnly | 
| 26 AllowShortCaseLabelsOnASingleLine: true | 27 AllowShortCaseLabelsOnASingleLine: true | 
| 27 | 28 | 
| 29 Cpp11BracedListStyle: true | |
| 30 | |
| 28 --- | 31 --- | 
| 29 Language: Cpp | 32 Language: Cpp | 
| 30 Standard: Cpp11 | 33 Standard: Cpp11 | 
