Skip to content

Instantly share code, notes, and snippets.

@rugor
Created January 30, 2018 00:52
Show Gist options
  • Save rugor/16f3b78e5f2bbac892c9f1aabeb39f56 to your computer and use it in GitHub Desktop.
Save rugor/16f3b78e5f2bbac892c9f1aabeb39f56 to your computer and use it in GitHub Desktop.
JavasScript: JSON default prettier.rc file #rugor
{
"printWidth": 100,
"parser": "flow",
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment