vane 0.8.15

A flow-based reverse proxy with multi-layer routing and programmable pipelines.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[path_comment]
enabled = true

[path_comment.formats]
".c" = "/* $path$file */"
".css" = "/* $path$file */"
".go" = "/* $path$file */"
".js" = "/* $path$file */"
".mjs" = "/* $path$file */"
".py" = "# $path$file"
".rs" = "/* $path$file */"
".sh" = "# $path$file"
".ts" = "/* $path$file */"
".tsx" = "/* $path$file */"

[path_comment.exclude]
dirs = [".next", ".venv", ".source", "node_modules", "target"]
patterns = []