summaryrefslogtreecommitdiffstats
path: root/prettier.config.js
diff options
context:
space:
mode:
authoramzrk22020-07-29 17:00:21 +0800
committeramzrk22020-07-29 17:00:21 +0800
commit2ab30a541b96354274ae559cc8d19c2a1f6e7988 (patch)
tree20e2d3466845ea9111fba64496a9b23704f7ff25 /prettier.config.js
parente8f48fa8007f1c01b5a1e11a6d2bcdeaf5c187c2 (diff)
downloadhugo-theme-fuji-2ab30a541b96354274ae559cc8d19c2a1f6e7988.tar.gz
hugo-theme-fuji-2ab30a541b96354274ae559cc8d19c2a1f6e7988.tar.bz2
hugo-theme-fuji-2ab30a541b96354274ae559cc8d19c2a1f6e7988.zip
Update code format
Diffstat (limited to 'prettier.config.js')
-rw-r--r--prettier.config.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/prettier.config.js b/prettier.config.js
new file mode 100644
index 0000000..0bd2846
--- /dev/null
+++ b/prettier.config.js
@@ -0,0 +1,7 @@
+module.exports = {
+ trailingComma: 'es5',
+ tabWidth: 2,
+ semi: true,
+ singleQuote: true,
+ printWidth: 120,
+};