https://github.com/swaywm/sway
Revision 33fe87a1fb893b06a69ad82f12db6a869a8f2681 authored by Zandr Martin on 03 October 2016, 03:03:52 UTC, committed by Drew DeVault on 04 October 2016, 21:25:10 UTC
1 parent 9a74abc
Raw File
Tip revision: 33fe87a1fb893b06a69ad82f12db6a869a8f2681 authored by Zandr Martin on 03 October 2016, 03:03:52 UTC
prevent dereference of freed workspace
Tip revision: 33fe87a
.clang-format
BasedOnStyle: LLVM
IndentWidth: 8
UseTab: Always
BreakBeforeBraces: Attach
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
ColumnLimit: 0
back to top