Skip to content

Comments

Add Prettier#21

Merged
Tuhaj merged 2 commits intowarsawjs:masterfrom
greglobinski:gl/05/prettier
Jun 22, 2018
Merged

Add Prettier#21
Tuhaj merged 2 commits intowarsawjs:masterfrom
greglobinski:gl/05/prettier

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.

4 participants