Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Prettier #21

Merged
merged 2 commits into from
Jun 22, 2018
Merged

Add Prettier #21

merged 2 commits into from
Jun 22, 2018

Conversation

greglobinski
Copy link
Contributor

@greglobinski greglobinski commented Jun 8, 2018

All settings, except for singleQuote, are defaults Prettier values.

{
    "printWidth": 80,
    "singleQuote": true,
    "semi": true,
    "trailingComma": "es5",
    "bracketSpacing": true,
    "jsxBracketSameLine": false,
    "arrowParens": "avoid"
}

The properties

{
    "tabWidth": 4,
    "useTabs": false,
}

are not set because Prettier pulls them out from .editorconfig

indent_style = space
indent_size = 4

@Tuhaj Tuhaj merged commit ffaf9d7 into warsawjs:master Jun 22, 2018
@piecioshka
Copy link
Contributor

Awesome @greglobinski 👏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

4 participants