-
-
Notifications
You must be signed in to change notification settings - Fork 207
Closed
Description
[email protected]
[email protected]
[email protected]
Extract from my .editorconfig:
[*]
indent_style = space
indent_size = 4What did you expect to happen?
I expected my code to be indented using 4 spaces.
What actually happened?
My code was indented using 2 spaces, prettier's default.
I worked around this by specifying tabWidth in .prettierrc.json.
The workaround creates duplication. Ignoring .editorconfig is inconsistent with standalone prettier.
Possibly related to #88.
toastal
Metadata
Metadata
Assignees
Labels
No labels