https://github.com/swaywm/sway.git
Revision f68d2fb33c433d13def0921db561eb23d400683c authored by Drew DeVault on 21 February 2017, 10:18:42 UTC, committed by GitHub on 21 February 2017, 10:18:42 UTC
2 parent s 76614ef + 276630e
Raw File
Tip revision: f68d2fb33c433d13def0921db561eb23d400683c authored by Drew DeVault on 21 February 2017, 10:18:42 UTC
Merge pull request #1080 from SirCmpwn/ipc-security
Tip revision: f68d2fb
.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