forked from DefinitelyTyped/DefinitelyTyped
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.dprint.jsonc
37 lines (37 loc) · 1.08 KB
/
.dprint.jsonc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"excludes": [
// These files are auto-generated and don't need to be formatted.
// NOTE: We generally prefer that packages be formatted with dprint.
// Packages are generally only listed if they predate our using dprint (August 2023).
// If your package is listed, please consider adding dprint fmt to its generation.
"./types/custom-functions-runtime",
"./types/dojo",
"./types/facebook-nodejs-business-sdk",
"./types/fhir",
"./types/fibjs",
"./types/get-intrinsic",
"./types/locutus",
"./types/lodash",
"./types/material-ui",
"./types/meteor",
"./types/microsoft-graph",
"./types/nginstack__engine",
"./types/node/**/inspector.d.ts",
"./types/office-js-preview",
"./types/office-js",
"./types/office-runtime",
"./types/oibackoff",
"./types/openui5",
"./types/p5",
"./types/react-native",
"./types/sawtooth-sdk",
"./types/three",
"./types/winrt-uwp",
"./types/vscode"
],
"plugins": [
"https://plugins.dprint.dev/typescript-0.85.1.wasm"
],
"indentWidth": 4,
"lineWidth": 120
}