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, 0 insertions, 6 deletions
diff --git a/html/prettier.config.js b/html/prettier.config.js
deleted file mode 100644
index 0545cab..0000000
--- a/html/prettier.config.js
+++ /dev/null
@@ -1,6 +0,0 @@
-module.exports = {
- trailingComma: "es5",
- tabWidth: 4,
- printWidth: 120,
- singleQuote: true,
-};