exclude file types from formater vscode

Solutions on MaxInterview for exclude file types from formater vscode by the best coders in the world

we are a community of more than 2 million smartest coders
showing results for - "exclude file types from formater vscode"
Sol
04 Jan 2017
1"editor.formatOnSave": true
2"[javascript]": {
3    "editor.formatOnSave": false
4}
5
similar questions
new file shortcut vscode