This repository was archived by the owner on Aug 7, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "incremental" : true ,
3+ "indentWidth" : 2 ,
4+ "lineWidth" : 120 ,
5+ "typescript" : {
6+ "quoteStyle" : " preferSingle" ,
7+ "semiColons" : " asi" ,
8+ "trailingCommas" : " es5"
9+ },
10+ "json" : {
11+ "trailingCommas" : " jsonc"
12+ },
13+ "markdown" : {
14+ },
15+ "toml" : {
16+ },
17+ "malva" : {
18+ },
19+ "dockerfile" : {
20+ },
21+ "excludes" : [
22+ " **/node_modules" ,
23+ " **/*-lock.json" ,
24+ " **/target" ,
25+ " **/dist" ,
26+ " **/.git"
27+ ],
28+ "plugins" : [
29+ " https://plugins.dprint.dev/typescript-0.95.15.wasm" ,
30+ " https://plugins.dprint.dev/json-0.21.1.wasm" ,
31+ " https://plugins.dprint.dev/markdown-0.20.0.wasm" ,
32+ " https://plugins.dprint.dev/g-plane/pretty_yaml-v0.6.0.wasm" ,
33+ " https://plugins.dprint.dev/toml-0.7.0.wasm" ,
34+ " https://plugins.dprint.dev/dockerfile-0.3.3.wasm" ,
35+ " https://plugins.dprint.dev/g-plane/malva-v0.15.2.wasm"
36+ ]
37+ }
You can’t perform that action at this time.
0 commit comments