summaryrefslogtreecommitdiffstats
path: root/html/.prettierrc.js
diff options
context:
space:
mode:
Diffstat (limited to 'html/.prettierrc.js')
-rw-r--r--html/.prettierrc.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/html/.prettierrc.js b/html/.prettierrc.js
new file mode 100644
index 0000000..0fae9f5
--- /dev/null
+++ b/html/.prettierrc.js
@@ -0,0 +1,6 @@
+module.exports = {
+ ...require('gts/.prettierrc.json'),
+ "bracketSpacing": true,
+ "tabWidth": 4,
+ "printWidth": 120,
+}