Skip to content
Snippets Groups Projects
.prettierrc 478 B
Newer Older
  • Learn to ignore specific revisions
  •   "tabWidth": 2,
    
      "semi": true,
    
      "singleQuote": true,
      "quoteProps": "as-needed",
      "jsxSingleQuote": true,
      "trailingComma": "none",
      "bracketSpacing": true,
      "bracketSameLine": true,
      "arrowParens": "always",
      "requirePragma": false,
      "insertPragma": false,
      "proseWrap": "preserve",
      "htmlWhitespaceSensitivity": "ignore",
      "vueIndentScriptAndStyle": false,
      "endOfLine": "lf",
      "embeddedLanguageFormatting": "auto"