Advertisement
Savelyev_Vyacheslav

.prettierrc

Dec 6th, 2022 (edited)
887
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.   "arrowParens": "always",
  3.   "bracketSameLine": false,
  4.   "bracketSpacing": false,
  5.   "configPath": "",
  6.   "documentSelectors": [],
  7.   "embeddedLanguageFormatting": "auto",
  8.   "enable": true,
  9.   "enableDebugLogs": false,
  10.   "endOfLine": "lf",
  11.   "htmlWhitespaceSensitivity": "css",
  12.   "ignorePath": ".prettierignore",
  13.   "insertPragma": false,
  14.   "jsxSingleQuote": false,
  15.   "prettierPath": "",
  16.   "printWidth": 120,
  17.   "proseWrap": "preserve",
  18.   "quoteProps": "as-needed",
  19.   "requireConfig": false,
  20.   "requirePragma": false,
  21.   "resolveGlobalModules": false,
  22.   "semi": true,
  23.   "singleAttributePerLine": true,
  24.   "singleQuote": true,
  25.   "tabWidth": 4,
  26.   "trailingComma": "none",
  27.   "useEditorConfig": true,
  28.   "useTabs": false,
  29.   "vueIndentScriptAndStyle": false,
  30.   "withNodeModules": false
  31.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement