https://github.com/swaywm/sway
Revision e221d28df770f5b16ce6663d1ef6f5b66a5423f4 authored by Drew DeVault on 08 March 2017, 19:35:11 UTC, committed by Drew DeVault on 14 March 2017, 03:15:39 UTC
1 parent 1c9fa55
Raw File
Tip revision: e221d28df770f5b16ce6663d1ef6f5b66a5423f4 authored by Drew DeVault on 08 March 2017, 19:35:11 UTC
Merge pull request #1105 from zandrmartin/fix-workspace-output-assignment
Tip revision: e221d28
.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