https://github.com/swaywm/sway
Raw File
Tip revision: eca57594a04ed5e6f2294bb51ce29445849cc48b authored by Simon Ser on 10 November 2020, 16:47:31 UTC
build: bump version to 1.5.1
Tip revision: eca5759
.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