File: fix.toml

package info (click to toggle)
jujutsu 0.30.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 9,756 kB
  • sloc: sh: 283; makefile: 31
file content (9 lines) | stat: -rw-r--r-- 218 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#:schema ../../../src/config-schema.json
[fix.tools.clang-format]
command = [
  "/usr/bin/clang-format",
  "--sort-includes",
  "--assume-filename=$path",
]
patterns = ["glob:'**/*.c'", "glob:'**/*.h'"]
enabled = true