Add konfigurasi_zed.md
This commit is contained in:
commit
09b3cf75d6
|
|
@ -0,0 +1,25 @@
|
|||
|
||||
Jika Ingin saat di save tidak usah di format bisa di tambahkan baris pada file .prettierc
|
||||
```
|
||||
"vueIndentScriptAndStyle": true
|
||||
```
|
||||
Contoh seperti ini
|
||||
```
|
||||
{
|
||||
"useTabs": true,
|
||||
"tabWidth": 4,
|
||||
"singleQuote": true,
|
||||
"vueIndentScriptAndStyle": true
|
||||
"trailingComma": "none",
|
||||
"printWidth": 100,
|
||||
"plugins": ["prettier-plugin-svelte"],
|
||||
"overrides": [
|
||||
{
|
||||
"files": "*.svelte",
|
||||
"options": {
|
||||
"parser": "svelte"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
Loading…
Reference in New Issue