1
0
Fork 0
mirror of https://github.com/NickHu/sway synced 2025-01-16 15:41:47 +01:00

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

clang-format configuration for Sway's style as detailed in CONTRIBUTI…
This commit is contained in:
Drew DeVault 2016-07-12 08:14:03 -04:00 committed by GitHub
commit 614aa28a7b

7
.clang-format Normal file
View file

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