https://github.com/swaywm/sway
Raw File
Tip revision: 52a790c07d929c1a11db9b816e31eccf3ed55e6d authored by Drew DeVault on 26 July 2017, 23:11:57 UTC
Remove test clipboard code
Tip revision: 52a790c
.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