mirror of
https://github.com/runebookai/tome.git
synced 2025-07-21 00:27:30 +03:00
Use line length of 100 in svelte files
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
{
|
||||
"files": "*.svelte",
|
||||
"options": {
|
||||
"parser": "svelte"
|
||||
"parser": "svelte",
|
||||
"printWidth": 100
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user