# Arduino/C++ friendly format
BasedOnStyle: WebKit

IndentWidth: 4
TabWidth: 4
UseTab: Never
IndentCaseLabels: false

BreakBeforeBraces: Attach

SpaceBeforeParens: Never
SpaceAfterCStyleCast: false
PointerAlignment: Left

ColumnLimit: 100

SortIncludes: true
IncludeBlocks: Regroup

KeepEmptyLinesAtTheStartOfBlocks: false
