Initial support of parsing curve primitive('curv')

Add clang-format style file.
This commit is contained in:
Syoyo Fujita
2015-08-20 18:17:13 +09:00
parent aa07206fc1
commit 98da6829ac
4 changed files with 776 additions and 621 deletions

7
.clang-format Normal file
View File

@@ -0,0 +1,7 @@
---
BasedOnStyle: LLVM
IndentWidth: 2
TabWidth: 2
UseTab: Always
BreakBeforeBraces: Attach
Standard: Cpp03