https://github.com/swaywm/sway.git
Raw File
Tip revision: 8b2ff2f1b3c03df9ec5573fe74ed076776869559 authored by Drew DeVault on 01 July 2020, 18:36:29 UTC
Update version to v1.5-rc2
Tip revision: 8b2ff2f
.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