root: Enables organize imports on save
Configures the IDE to automatically organize imports upon saving files. This enhances code cleanliness and consistency by ensuring imports are automatically sorted and unnecessary imports are removed.
This commit is contained in:
parent
07b22a0d29
commit
c51a5173dd
@ -30,6 +30,10 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
|
"editor.codeActionsOnSave": {
|
||||||
|
"source.organizeImports": "always",
|
||||||
|
"source.removeUnusedImports": "always",
|
||||||
|
},
|
||||||
"files.exclude": {
|
"files.exclude": {
|
||||||
"**/meet-ce": true,
|
"**/meet-ce": true,
|
||||||
"**/meet-pro": true,
|
"**/meet-pro": true,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user