diff options
Diffstat (limited to '.prettierrc.yml')
-rw-r--r-- | .prettierrc.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.prettierrc.yml b/.prettierrc.yml index e4672a8..9b94be6 100644 --- a/.prettierrc.yml +++ b/.prettierrc.yml @@ -7,3 +7,7 @@ overrides: tabWidth: 4 endOfLine: lf printWidth: 999999999 # >:c fine gravy + - files: + - "*.json" + options: + printWidth: 10 |