~mmach/netext73/mesa-haswell

« back to all changes in this revision

Viewing changes to src/intel/ds/.clang-format

  • Committer: mmach
  • Date: 2022-09-22 19:56:13 UTC
  • Revision ID: netbit73@gmail.com-20220922195613-wtik9mmy20tmor0i
2022-09-22 21:17:09

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
BasedOnStyle: WebKit
2
 
AlignTrailingComments: 'true'
3
 
AllowAllParametersOfDeclarationOnNextLine: 'false'
4
 
AllowShortFunctionsOnASingleLine: None
5
 
AlwaysBreakBeforeMultilineStrings: 'true'
6
 
BinPackArguments: 'false'
7
 
BinPackParameters: 'false'
8
 
BreakBeforeBinaryOperators: None
9
 
BreakBeforeBraces: Linux
10
 
ColumnLimit: '100'
11
 
Cpp11BracedListStyle: 'true'
12
 
KeepEmptyLinesAtTheStartOfBlocks: 'false'
13
 
NamespaceIndentation: None
14
 
PointerAlignment: Right
15
 
SortIncludes: 'true'
16
 
SpaceAfterTemplateKeyword: 'false'
17
 
Standard: Cpp11
18
 
TabWidth: '3'
19
 
IndentWidth: '3'
20
 
ConstructorInitializerIndentWidth: '3'
21
 
ContinuationIndentWidth: '3'