mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
* ethernet: examples * remove duplicate * styling * fix comment restyle + comment eth.setdefault() * comment and add comments about eth.setDefault() * update comments when using interface::setDefault() * repair bad merge * fix default interface case * factorize * change comment
31 lines
943 B
YAML
31 lines
943 B
YAML
BasedOnStyle: WebKit
|
|
AlignTrailingComments: true
|
|
SortIncludes: false
|
|
ColumnLimit: 100
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
SpaceAfterTemplateKeyword: false
|
|
SpaceBeforeInheritanceColon: false
|
|
SpacesBeforeTrailingComments: 2
|
|
AlignTrailingComments: true
|
|
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
|