PSRule-vscode/.prettierrc

10 строки
149 B
Plaintext
Исходник Обычный вид История

{
2023-07-07 10:26:07 +03:00
"tabWidth": 4,
"useTabs": false,
"endOfLine": "auto",
"singleQuote": true,
"semi": true,
"bracketSpacing": true,
"printWidth": 100
}