/
githubmirror
/
DefinitelyTyped
Обзор
Документация
Войти
/
githubmirror
/
DefinitelyTyped
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.dprint.jsonc
57 строк
2 KB
René
🤖 Merge PR #73669 node: v24.5 by @Renegade334
15 сен 2025, 22:54
Не верифицирован
15 сен 2025, 22:54
0056f72
Код
Авторство
О чём код?
{ "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/google-publisher-tag", "./types/google.maps", "./types/locutus", "./types/lodash", "./types/material-ui", "./types/meteor", "./types/microsoft-graph", "./types/nginstack__engine", "./types/node/**/inspector.generated.d.ts", "./types/office-js-preview", "./types/office-js", "./types/office-runtime", "./types/oibackoff", "./types/openui5", "./types/p5", "./types/react-native", "./types/recurly__recurly-js", "./types/sawtooth-sdk", "./types/winrt-uwp", "./types/vscode", // Machine-generated files. "./docs/support-window.json", "./notNeededPackages.json", "**/package-lock.json", "./types/**/*.md" ], "yaml": { "indentWidth": 2, "quotes": "preferSingle" }, // NOTE: if extending this list, also update settings.template.json. "plugins": [ "https://plugins.dprint.dev/typescript-0.93.3.wasm", "https://plugins.dprint.dev/json-0.19.4.wasm", "https://plugins.dprint.dev/markdown-0.17.8.wasm", "https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.0.wasm" ], "indentWidth": 4, "lineWidth": 120, "json": { "trailingCommas": "never" // Our tsconfig files must be parsable by JSON.parse. } }