summaryrefslogtreecommitdiffstats
path: root/.prettierrc
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2023-08-10 15:39:23 +0300
committerAhmed Abdelhalim <[email protected]>2023-08-10 15:56:39 +0300
commitf722d20725586ee4744d077770ef7a89ab05e360 (patch)
treeeb141eb2831164a2b1078f56cb52a356ad2171a5 /.prettierrc
parentaac6c22687ca78f5131545e46b637fd63a8dff89 (diff)
Migrate from brunch to hugo
Diffstat (limited to '.prettierrc')
-rw-r--r--.prettierrc11
1 files changed, 0 insertions, 11 deletions
diff --git a/.prettierrc b/.prettierrc
deleted file mode 100644
index 95f2dae..0000000
--- a/.prettierrc
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "printWidth": 120,
- "tabWidth": 2,
- "useTabs": false,
- "semi": true,
- "singleQuote": false,
- "quoteProps": "as-needed",
- "trailingComma": "all",
- "bracketSpacing": true,
- "endOfLine": "lf"
-}