Files
tinyobjloader/.clang-format
2016-01-30 00:48:42 +09:00

8 lines
106 B
YAML

---
BasedOnStyle: LLVM
IndentWidth: 2
TabWidth: 2
UseTab: Never
BreakBeforeBraces: Attach
Standard: Cpp03