Environments:
- Prettier - Code formatter Version: 3.8.0
- VSCode Version: 1.40.1
- Operating System: win10
Steps to reproduce:
Settings should be read from
- Prettier configuration file
- .editorconfig
- Visual Studio Code Settings
But as long as there's a .editorconfig in the project without .prettierrc, Settings which have been written in the VSCode's settings.json are no longer valid, even if they are not mentioned in the .editorconfig
Expected behavior:
Read the settings which are not mentioned in the .editorconfig from VSCode's settings.json
Actual behavior:
Read the settings which are not mentioned in the .editorconfig from prettier's default settings
Environments:
Steps to reproduce:
Settings should be read from
But as long as there's a
.editorconfigin the project without.prettierrc, Settings which have been written in the VSCode'ssettings.jsonare no longer valid, even if they are not mentioned in the.editorconfigExpected behavior:
Read the settings which are not mentioned in the
.editorconfigfrom VSCode'ssettings.jsonActual behavior:
Read the settings which are not mentioned in the
.editorconfigfrom prettier's default settings