File: .clang-format

package info (click to toggle)
megahit 1.2.9-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,752 kB
  • sloc: cpp: 19,025; ansic: 3,763; python: 830; sh: 56; makefile: 8
file content (6 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
# clang-format -i --style=file <file>
# find . -iname '*.cpp' -o -iname '*.h' -o -iname '*.h.in' | xargs clang-format -i --style=file
BasedOnStyle : Google
Language:                               Cpp
Cpp11BracedListStyle:                   true
Standard:                               Cpp11