Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen Xianmin <xianmin12@gmail.com>2022-10-15 17:20:12 +0300
committerChen Xianmin <xianmin12@gmail.com>2022-10-15 17:20:12 +0300
commitfd6ed71eaa87896c6988e26b464431bbf119b6bb (patch)
tree80d80cee6c526e03a6cf271a511201ce1865468e /.prettierrc
parent58d7b87b02bdf2658135b10913a4b66026ded195 (diff)
feat: add .prettierrc for prettier-plugin-go-template
Diffstat (limited to '.prettierrc')
-rw-r--r--.prettierrc11
1 files changed, 11 insertions, 0 deletions
diff --git a/.prettierrc b/.prettierrc
new file mode 100644
index 0000000..b7b5c51
--- /dev/null
+++ b/.prettierrc
@@ -0,0 +1,11 @@
+{
+ "overrides": [
+ {
+ "files": ["*.html"],
+ "options": {
+ "parser": "go-template"
+ }
+ }
+ ],
+ "goTemplateBracketSpacing": true
+}