Skip to content

Instantly share code, notes, and snippets.

@lilywang711
Created July 5, 2020 07:30
Show Gist options
  • Select an option

  • Save lilywang711/33f9d3f501915e82afd38a94ee5b6784 to your computer and use it in GitHub Desktop.

Select an option

Save lilywang711/33f9d3f501915e82afd38a94ee5b6784 to your computer and use it in GitHub Desktop.
我的 prettier 配置
{
"printWidth": 80,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"arrowParens": "avoid"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment