You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

13 line
244 B

  1. {
  2. "singleQuote": true,
  3. "tabWidth": 2,
  4. "bracketSameLine": true,
  5. "jsxBracketSameLine": true,
  6. "embeddedLanguageFormatting": "auto",
  7. "printWidth": 180,
  8. "quoteProps": "consistent",
  9. "trailingComma": "none",
  10. "semi": false,
  11. "useTabs": true
  12. }