aboutsummaryrefslogtreecommitdiffstats
path: root/.prettierrc
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2017-11-23 12:57:43 +1100
committerSam Potts <me@sampotts.me>2017-11-23 12:57:43 +1100
commitde6f0f1b778180f7b26f85f45053ffb97eb526af (patch)
tree623b0f29466fa2bfb714e04a48fd111b7932730d /.prettierrc
parent7382553a7857bb9888cfb2ea353c57b185082441 (diff)
downloadplyr-de6f0f1b778180f7b26f85f45053ffb97eb526af.tar.lz
plyr-de6f0f1b778180f7b26f85f45053ffb97eb526af.tar.xz
plyr-de6f0f1b778180f7b26f85f45053ffb97eb526af.zip
Updated data attributes to `data-plyr` namespace. Speed menu fixes
Diffstat (limited to '.prettierrc')
-rw-r--r--.prettierrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.prettierrc b/.prettierrc
index 79c01567..223a51a5 100644
--- a/.prettierrc
+++ b/.prettierrc
@@ -1,7 +1,7 @@
{
"useTabs": false,
"tabWidth": 4,
- "printWidth": 120,
+ "printWidth": 160,
"singleQuote": true,
"trailingComma": "es5"
}