File: .clang-format

package info (click to toggle)
tinyobjloader 2.0.0~rc10%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,344 kB
  • sloc: cpp: 6,865; python: 89; makefile: 42; sh: 31
file content (7 lines) | stat: -rw-r--r-- 108 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
---
BasedOnStyle: Google
IndentWidth: 2
TabWidth: 2
UseTab: Never
BreakBeforeBraces: Attach
Standard: Cpp03