mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
Stop CI from pulling LLVM repos and using GNUPG keyservers, ubuntu-latest already has clang-format-{13,14,15} Fixes long-standing issue with -style=file:...
30 lines
915 B
YAML
30 lines
915 B
YAML
BasedOnStyle: WebKit
|
|
AlignTrailingComments: true
|
|
SortIncludes: false
|
|
ColumnLimit: 100
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
SpaceAfterTemplateKeyword: false
|
|
SpaceBeforeInheritanceColon: false
|
|
SpacesBeforeTrailingComments: 2
|
|
AllowShortBlocksOnASingleLine: Empty
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLambdasOnASingleLine: Empty
|
|
AllowShortLoopsOnASingleLine: false
|
|
AlignConsecutiveAssignments: Consecutive
|
|
AlignConsecutiveBitFields: Consecutive
|
|
AlignConsecutiveDeclarations: Consecutive
|
|
AlignAfterOpenBracket: Align
|
|
AlignOperands: Align
|
|
AlwaysBreakTemplateDeclarations: Yes
|
|
BreakConstructorInitializers: AfterColon
|
|
BreakBeforeBinaryOperators: All
|
|
BreakBeforeTernaryOperators: true
|
|
BreakBeforeConceptDeclarations: true
|
|
FixNamespaceComments: true
|
|
NamespaceIndentation: Inner
|
|
BreakBeforeBraces: Allman
|
|
IndentWidth: 4
|
|
IndentCaseLabels: false
|
|
ReflowComments: false
|