https://github.com/swaywm/sway
Raw File
Tip revision: 78740b978539144db15ce95d04904576b8fb4878 authored by Drew DeVault on 12 April 2018, 15:06:49 UTC
Merge pull request #1801 from bobsaintcool/r0.15/man/scale_typo
Tip revision: 78740b9
.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