This commit is contained in:
parent
650f381148
commit
11fa3d1558
38 changed files with 819 additions and 148 deletions
|
|
@ -9,7 +9,10 @@
|
|||
"languages": {
|
||||
"CSS": {
|
||||
"formatter": null,
|
||||
"format_on_save": "off"
|
||||
"format_on_save": "off",
|
||||
"code_actions_on_format": {
|
||||
"source.fixAll.stylelint": true
|
||||
}
|
||||
},
|
||||
"Vue.js": {
|
||||
"code_actions_on_format": {
|
||||
|
|
@ -31,6 +34,9 @@
|
|||
"shortenToSingleLine": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"stylelint": {
|
||||
"configFile": "cfg/stylelint.config.mjs"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue