mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 14:22:51 +00:00
8 lines
152 B
JSON
8 lines
152 B
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": "explicit",
|
|
"source.organizeImports": "explicit",
|
|
"source.sortMembers": "explicit"
|
|
}
|
|
}
|