You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
@keyvhinng prettier-atom does not support glob overrides ([*.ts]), but prettier itself will be adding its own editorconfig integration itself soon, which we will probably switch over to, so keep a lookout for that: prettier/prettier#2760
This fixes#42.
It adds support for .editorconfig's `indent_style`, `indent_size`, `tab_width`,
and `max_line_length` properties.
It doesn't support the `end_of_line` property as described in
#42 (comment),
but that could be added later. The same goes for `quote_type`
(prettier/prettier-atom#293 (comment)).
* Make test .prettierrc not set config for all file extensions
This makes it easier to keep tests isolated.
josephfrazier
added a commit
to josephfrazier/editorconfig-to-prettier
that referenced
this issue
Nov 12, 2017
I checked
EditorConfig Integration
to work with .editorconfig file, which has:With this rule, I assume that prettier-atom will format string literals with single quotes on typescript files, but that's not happening.
This is my prettier-debug output:
Does prettier-atom settings have more priority than .editorconfig rules ?
The text was updated successfully, but these errors were encountered: