| Age | Commit message (Collapse) | Author |
|
If in vimrc we set the tabstop to 8, the plugin will format the file
with tab width set to 8.
This plugin should use whatever value from prettier config if it exist
or default prettier itself.
In another words, I want prettier that I use to be opinionated, less
configurations, like gofmt.
|
|
|
|
|
|
- Adding support for prettier 3.x
|
|
Fix/consider option version
|
|
Wrote a comment describing the global variable that overwrites the
"bracketSameLine" option.
|
|
Removed TODO comment that reminded to compose the flags of the CLI
command from a list using list methods. The task is completed.
|
|
Considered the addition and deprecation versions of each Prettier option
contained in the object with details about the CLI flags when composing
the CLI command.
|
|
Added Vim foldings to sections of the code in config.vim to improve file
navigation.
|
|
Added a function that selects the flags that are compatible with
the version of the Prettier CLI being used. This is part of a plan to
compose the flags of the CLI command from an object with flag details.
|
|
Added a function to filter flags that are uncompatible with a supplied
version. This is part of a plan to compose the flags of the CLI command
from an object with flag details.
|
|
Added unit tests for version-comparison functions.
|
|
Added 2 functions that compare versions strings according to semantic
version. This is part of a plan to compose the flags of the CLI command
from an object with flag details.
|
|
Added two helper functions to get the version of the Prettier CLI as a
string. This is part of a plan to compose the CLI command from an object
with flag details.
|
|
Added an object with details about Prettier CLI flags. This is part of a
plan to compose the flags of the CLI command from a general object with
flag details.
|
|
Changed the function to make it reusable across versions of the CLI
flag. This is part of a plan to compose the CLI command from an object
with details about the flags.
|
|
Added a global variable for the bracketSameLine option. It is set to the
user's defined value and uses the Prettier default as reserve. This is
part of a plan to compose the CLI command from an object with details
about the flags
|
|
Adapted flag-mapper functions to use the same parameters. This is part of a
plan to expose a common interface from planned objects with flags, to make code
flexible to future changes, and to compose the CLI command from a general
object with flag details.
|
|
Added general mapper functions that map flag names to parts of a CLI command.
They are part a plan to use an object with flag details to compose the CLI
command.
|
|
Added a new function to return the CLI command part for the --stdin flag. This
is part of a plan use an object with flag details to compose the CLI command.
|
|
Added a new function to return the CLI command part for the --loglevel flag.
This is part of a plan to compose the CLI command from a general object with
flag details.
|
|
Added a new function to get the command part of the --stdin-filepath flag. This
is part of a plan to compose the CLI command from an object with flag details.
|
|
Split the function that returns the visual selection range into two parts that
return the start and the end of the range respectively, and use them in the
CLI-command composer. This is part of a plan to use a general object with
details about flags to compose the CLI command.
|
|
readme: example config: autoformat on save without pragma
|
|
Improve install instruction
|
|
|
|
|
|
|
|
Update prettier to latest version
|
|
|
|
Bump ws from 5.2.2 to 5.2.3
|
|
Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/5.2.2...5.2.3)
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
|
|
|
|
|
|
|
enh: save buffer marks between runs
|
|
|
|
docs: Fixing typo in readme
|
|
Bump handlebars from 4.7.2 to 4.7.7
|
|
Bump lodash from 4.17.19 to 4.17.21
|
|
prettier/dependabot/npm_and_yarn/hosted-git-info-2.8.9
Bump hosted-git-info from 2.8.5 to 2.8.9
|
|
fix for #287: update dependency (prettier-php) to fix build
|
|
|
|
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.5 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.5...v2.8.9)
Signed-off-by: dependabot[bot] <support@github.com>
|
|
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21)
Signed-off-by: dependabot[bot] <support@github.com>
|
|
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.2 to 4.7.7.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.2...v4.7.7)
Signed-off-by: dependabot[bot] <support@github.com>
|
|
Bump y18n from 3.2.1 to 3.2.2
|
|
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)
Signed-off-by: dependabot[bot] <support@github.com>
|
|
|
|
Add dein config to readme
|