PSRule-vscode/.prettierrc

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

{
"tabWidth": 4,
"useTabs": false,
"endOfLine": "auto",
"singleQuote": true,
"semi": true,
"bracketSpacing": true,
"printWidth": 100
}