https://github.com/swaywm/sway
Raw File
Tip revision: 3f02218b54645a68a7496eb15b7bb16d26b75ae2 authored by emersion on 20 October 2018, 20:52:56 UTC
Merge pull request #2901 from ianyfan/swaybar
Tip revision: 3f02218
.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