Merge pull request #747 from deklov/clang-format-01

clang-format configuration for Sway's style as detailed in CONTRIBUTI…
master
Drew DeVault 8 years ago committed by GitHub
commit 614aa28a7b

@ -0,0 +1,7 @@
BasedOnStyle: LLVM
IndentWidth: 8
UseTab: Always
BreakBeforeBraces: Attach
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
ColumnLimit: 0
Loading…
Cancel
Save