Skip to content

Commit 8b98a6b

Browse files
sdelamarresev-
authored andcommitted
MISC: copy .clang-format from scummvm/scummvm
1 parent a1d4f57 commit 8b98a6b

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.clang-format

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
BasedOnStyle: LLVM,
3+
UseTab: ForContinuationAndIndentation,
4+
IndentWidth: 4,
5+
TabWidth: 4,
6+
BreakBeforeBraces: Attach,
7+
IndentCaseLabels: false,
8+
ColumnLimit: 0,
9+
AccessModifierOffset: -4,
10+
NamespaceIndentation: None,
11+
SpaceBeforeParens: ControlStatements,
12+
PointerAlignment: Right,
13+
SpaceAfterCStyleCast: false,
14+
SpaceAfterTemplateKeyword: false,
15+
SpaceBeforeAssignmentOperators: true,
16+
SpaceBeforeCtorInitializerColon: true,
17+
SpaceBeforeInheritanceColon: true,
18+
SpaceInEmptyParentheses: false,
19+
SpacesInAngles: false,
20+
SpacesInParentheses: false,
21+
SpacesInSquareBrackets: false,
22+
Standard: c++03,
23+
}

0 commit comments

Comments
 (0)