Files
agenciapsilmno/.prettierrc.json
Bahadır Sofuoğlu d2864b3de6 Initial commit
2022-11-01 17:48:32 +03:00

10 lines
190 B
JSON

{
"useTabs": false,
"tabWidth": 4,
"trailingComma": "none",
"semi": true,
"singleQuote": true,
"vueIndentScriptAndStyle": false,
"printWidth": 250,
"bracketSameLine": false
}