https://github.com/swaywm/sway
Raw File
Tip revision: e8eab3b82584290e8e22808c3af30e45f701c6e5 authored by Brian Ashworth on 04 March 2019, 15:25:34 UTC
meson: update scdoc requirement to >= 1.9.2
Tip revision: e8eab3b
.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