https://github.com/swaywm/sway
Raw File
Tip revision: 6cad038eea48517b0951259b8eaee836c1d885f1 authored by Simon Ser on 11 April 2021, 10:15:51 UTC
desktop/render: remove unused wlr_gles2_texture_attribs
Tip revision: 6cad038
.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