File: .clang-format

package info (click to toggle)
tinyexr 1.0.1%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,660 kB
  • sloc: cpp: 11,855; makefile: 103; sh: 18; ansic: 15
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