irrlicht/source/Irrlicht/tinygltf/.clang-format

8 lines
108 B
YAML

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