https://github.com/swaywm/sway
Raw File
Tip revision: be4b92c6b12f4d3c2b9a2db72a0894b7059dff77 authored by Simon Ser on 07 April 2021, 19:44:21 UTC
build: bump version to 1.6
Tip revision: be4b92c
.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