All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package..vscode.settings.json Maven / Gradle / Ivy

Go to download

JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.

The newest version!
{
  "editor.formatOnSave": true,
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "editor.tabSize": 2, // make sure this is the same as .prettierrc
  "editor.insertSpaces": true,
  "files.insertFinalNewline": true,
  "files.trimFinalNewlines": true,
  "files.trimTrailingWhitespace": true
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy