summaryrefslogtreecommitdiffstats
path: root/html/prettier.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'html/prettier.config.js')
-rw-r--r--html/prettier.config.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/html/prettier.config.js b/html/prettier.config.js
new file mode 100644
index 0000000..0545cab
--- /dev/null
+++ b/html/prettier.config.js
@@ -0,0 +1,6 @@
+module.exports = {
+ trailingComma: "es5",
+ tabWidth: 4,
+ printWidth: 120,
+ singleQuote: true,
+};