Mercurial > minori
comparison .clang-format @ 369:47c9f8502269
*: clang-format all the things
I've edited the formatting a bit. Now pointer asterisks (and reference
ampersands) are on the variable instead of the type, as well as having
newlines for function braces (but nothing else)
author | Paper <paper@tflc.us> |
---|---|
date | Fri, 25 Jul 2025 10:16:02 -0400 |
parents | 862d0d8619f6 |
children |
comparison
equal
deleted
inserted
replaced
368:6d37a998cf91 | 369:47c9f8502269 |
---|---|
1 --- | 1 --- |
2 BasedOnStyle: LLVM | 2 BasedOnStyle: LLVM |
3 UseTab: ForIndentation | 3 UseTab: ForIndentation |
4 PointerAlignment: Left | 4 PointerAlignment: Right |
5 ColumnLimit: 120 | 5 ColumnLimit: 120 |
6 IndentWidth: 4 | 6 IndentWidth: 4 |
7 TabWidth: 4 | 7 TabWidth: 4 |
8 PPIndentWidth: 1 | |
8 | 9 |
9 # hack!!! | 10 # hack!!! |
10 AccessModifierOffset: -4 | 11 AccessModifierOffset: -4 |
11 | 12 |
12 IndentCaseLabels: true | 13 IndentCaseLabels: true |
13 IndentAccessModifiers: false | 14 IndentAccessModifiers: false |
14 IndentPPDirectives: AfterHash | 15 IndentPPDirectives: AfterHash |
15 | 16 |
16 BreakBeforeBraces: Attach | 17 BreakBeforeBraces: WebKit |
17 BreakStringLiterals: true | 18 BreakStringLiterals: true |
18 | 19 |
19 AlwaysBreakTemplateDeclarations: true | 20 AlwaysBreakTemplateDeclarations: true |
20 | 21 |
21 SpaceAfterTemplateKeyword: false | 22 SpaceAfterTemplateKeyword: false |