https://github.com/swaywm/sway
Raw File
Tip revision: 44a4905466599155fb7203a585dfca1ce1720b33 authored by Drew DeVault on 31 July 2016, 03:28:02 UTC
Merge pull request #805 from zandrmartin/swaybg-solid-color
Tip revision: 44a4905
.clang-format
BasedOnStyle: LLVM
IndentWidth: 8
UseTab: Always
BreakBeforeBraces: Attach
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
ColumnLimit: 0
back to top