https://github.com/swaywm/sway
Raw File
Tip revision: 867fb6aedbbe4cd1c7f4817848682609e8489880 authored by Drew DeVault on 09 June 2018, 17:50:34 UTC
Merge pull request #2124 from emersion/drag-icons
Tip revision: 867fb6a
.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