https://github.com/swaywm/sway
Raw File
Tip revision: 02005e3f99cea2786f93a88e6ad8873733a26132 authored by Drew DeVault on 26 June 2017, 20:59:19 UTC
Fix #1252
Tip revision: 02005e3
.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