Skip to content

Instantly share code, notes, and snippets.

@reorx
Created March 11, 2020 06:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reorx/fecf6ece64cd275e23d11d23dc5d4edf to your computer and use it in GitHub Desktop.
Save reorx/fecf6ece64cd275e23d11d23dc5d4edf to your computer and use it in GitHub Desktop.
disable all possible automatic actions and formatters
{
"eslint.enable": false,
"javascript.format.enable": false,
"javascript.validate.enable": false,
"editor.trimAutoWhitespace": false,
"files.trimTrailingWhitespace": false,
"json.format.enable": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment