Celestia

Форк
0
/
.clang-format 
63 строки · 1.9 Кб
1
---
2
AccessModifierOffset: '-4'
3
AlignAfterOpenBracket: AlwaysBreak
4
AlignConsecutiveMacros: 'true'
5
AlignConsecutiveAssignments: 'true'
6
AlignConsecutiveDeclarations: 'true'
7
AlignEscapedNewlines: Left
8
AlignOperands: 'true'
9
AlignTrailingComments: 'true'
10
AllowAllArgumentsOnNextLine: 'false'
11
AllowAllConstructorInitializersOnNextLine: 'false'
12
AllowAllParametersOfDeclarationOnNextLine: 'false'
13
AllowShortBlocksOnASingleLine: 'false'
14
AllowShortCaseLabelsOnASingleLine: 'false'
15
AllowShortFunctionsOnASingleLine: None
16
AllowShortIfStatementsOnASingleLine: 'false'
17
AllowShortLambdasOnASingleLine: All
18
AllowShortLoopsOnASingleLine: 'true'
19
AlwaysBreakAfterReturnType: TopLevelDefinitions
20
AlwaysBreakBeforeMultilineStrings: 'false'
21
AlwaysBreakTemplateDeclarations: 'Yes'
22
BinPackArguments: 'false'
23
BinPackParameters: 'false'
24
BreakBeforeBinaryOperators: All
25
BreakBeforeBraces: Allman
26
BreakBeforeTernaryOperators: 'false'
27
BreakConstructorInitializers: AfterColon
28
BreakInheritanceList: AfterColon
29
BreakStringLiterals: 'true'
30
ColumnLimit: '100'
31
CompactNamespaces: 'false'
32
ConstructorInitializerAllOnOneLineOrOnePerLine: 'false'
33
Cpp11BracedListStyle: 'false'
34
FixNamespaceComments: 'true'
35
IncludeBlocks: Regroup
36
IndentCaseLabels: 'false'
37
IndentPPDirectives: None
38
IndentWidth: '4'
39
IndentWrappedFunctionNames: 'false'
40
KeepEmptyLinesAtTheStartOfBlocks: 'false'
41
Language: Cpp
42
MaxEmptyLinesToKeep: '1'
43
NamespaceIndentation: None
44
PointerAlignment: Right
45
ReflowComments: 'true'
46
SortIncludes: 'true'
47
SortUsingDeclarations: 'true'
48
SpaceAfterLogicalNot: 'false'
49
SpaceAfterTemplateKeyword: 'false'
50
SpaceBeforeAssignmentOperators: 'true'
51
SpaceBeforeCtorInitializerColon: 'true'
52
SpaceBeforeInheritanceColon: 'true'
53
SpaceBeforeParens: ControlStatements
54
SpaceBeforeRangeBasedForLoopColon: 'true'
55
SpaceInEmptyParentheses: 'false'
56
SpacesBeforeTrailingComments: '1'
57
SpacesInAngles: 'false'
58
SpacesInParentheses: 'false'
59
SpacesInSquareBrackets: 'false'
60
Standard: c++17
61
TabWidth: '4'
62
UseTab: Never
63
UseCRLF: 'false'
64

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.