diff options
author | Sam Potts <me@sampotts.me> | 2017-10-28 20:14:33 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2017-10-28 20:14:33 +1100 |
commit | 3d50936b47fdd691816843de962d5699c3c8f596 (patch) | |
tree | 1ec372b21d86bd54cc0e9e679e1ef37f68344b32 /.prettierrc | |
parent | dd9d5c8898bd5e58c6faec13d6213b8fe079446a (diff) | |
download | plyr-3d50936b47fdd691816843de962d5699c3c8f596.tar.lz plyr-3d50936b47fdd691816843de962d5699c3c8f596.tar.xz plyr-3d50936b47fdd691816843de962d5699c3c8f596.zip |
Split LESS into more granular files, Vimeo fixes
Diffstat (limited to '.prettierrc')
-rw-r--r-- | .prettierrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.prettierrc b/.prettierrc index 223a51a5..79c01567 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,7 +1,7 @@ { "useTabs": false, "tabWidth": 4, - "printWidth": 160, + "printWidth": 120, "singleQuote": true, "trailingComma": "es5" } |