summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/fmt/with_config/deno.jsonc
blob: ffd265dcdf2485b6a3cf7fd656e805a9dcb53bdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"fmt": {
		"include": [
			"./subdir/"
		],
		"exclude": [
			"./subdir/b.ts"
		],
		"useTabs": true,
		"lineWidth": 40,
		"indentWidth": 8,
		"singleQuote": true,
		"proseWrap": "always",
		"semiColons": false
	}
}