VS Code tips — Format on save

preview_player
Показать описание
Today's VS Code tip: Format on save

Automatically format your code when you save it. No more worrying about checking in unformatted code

Рекомендации по теме
Комментарии
Автор

OMG finally! It worked! Thank you very much! I'm glad to find this video so hard.

sphinxz_gaming
Автор

Yeah, this is really helpful when you are during conflict resolution, especially rebase conflicts occur

jacinyan
Автор

Thank you very much =)



This is the code from the configuration for JSON

"editor.formatOnSave": true,

"editor.formatOnSaveMode": "modificationsIfAvailable",

willydavid_