https://github.com/swaywm/sway
Raw File
Tip revision: 108b8e97b77acba6206cdc69e419531d17380c7a authored by Simon Ser on 15 July 2020, 22:59:41 UTC
Bump version to 1.5
Tip revision: 108b8e9
.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