https://github.com/swaywm/sway
Raw File
Tip revision: a1b9aa11d12a5b0a2a521d6b9b89d487be2eedd3 authored by Brian Ashworth on 18 February 2019, 01:33:37 UTC
Use container under cursor for mouse bindings
Tip revision: a1b9aa1
.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