diff options
author | Carlo Sala <carlosalag@protonmail.com> | 2022-12-19 23:33:55 +0100 |
---|---|---|
committer | Carlo Sala <carlosalag@protonmail.com> | 2023-01-17 12:48:05 +0100 |
commit | fe0dd8226d6f58ea98f9f84b279e6c3859993fb9 (patch) | |
tree | e6a4cd4d83a911220273357103d130eaf2104d2c /.prettierrc | |
parent | 5b9de6a5304ad5f74ccb5862122a23b9ba06f6e3 (diff) | |
download | zsh-fe0dd8226d6f58ea98f9f84b279e6c3859993fb9.tar.gz zsh-fe0dd8226d6f58ea98f9f84b279e6c3859993fb9.tar.bz2 zsh-fe0dd8226d6f58ea98f9f84b279e6c3859993fb9.zip |
fix(upgrade): do not upgrade if not called from tty
Fixes #11390
Diffstat (limited to '.prettierrc')
-rw-r--r-- | .prettierrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 000000000..a8f5a14b0 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,4 @@ +{ + "printWidth": 110, + "proseWrap": "always" +} |