https://github.com/swaywm/sway
Raw File
Tip revision: 6c9aa2a2672903a468ab565d787c1afc3c4de725 authored by Drew DeVault on 17 July 2017, 02:25:28 UTC
Merge pull request #1283 from 4e554c4c/memory_leak
Tip revision: 6c9aa2a
.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