irrlicht/source/lib/tinygltf/.clang-format
2023-11-29 05:23:02 -05:00

8 lines
108 B
YAML

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