https://github.com/swaywm/sway
Raw File
Tip revision: 0cd418ba42bf7fa9570a2c1c09cea153d3337c7a authored by emersion on 05 August 2018, 09:35:50 UTC
Merge pull request #2422 from ggreer/compiler-errors
Tip revision: 0cd418b
.clang-format
BasedOnStyle: LLVM
IndentWidth: 4
TabWidth: 4
UseTab: Always
BreakBeforeBraces: Attach
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
SortIncludes: false
ColumnLimit: 80
AlignAfterOpenBracket: DontAlign
BinPackParameters: false
BinPackArguments: false
ContinuationIndentWidth: 8
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortLoopsOnASingleLine: true
ReflowComments: false
back to top