forked from prettier/prettier-atom
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(buildPrettierOptions.js): Exclusively use local config or pl…
…ugin settings Stop the current behavior of merging a local prettier config with those found in the plugin settings. The reason being a project should be formatted according to its own rules, and per Prettier convention omitted rules should fallback to prettier defaults. When a prettier config is found, use its integration with editorconfig instead of the plugin's own implementation. BREAKING CHANGE: The formatting configuration is now built according to different rules fix prettier#370
- Loading branch information
Philip Olson
committed
Feb 8, 2018
1 parent
23dbe72
commit a841cda
Showing
5 changed files
with
80 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters