aboutsummaryrefslogtreecommitdiffstats
path: root/.prettierrc
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-06-22 11:25:31 +0200
committerrtkay123 <dev@kanjala.com>2025-06-22 11:25:31 +0200
commit333bcef4a58d16eb5a8940e9d08d32caa9db4480 (patch)
tree1e81da403c189af6d0e5b800d2ccfb105c209792 /.prettierrc
downloadkanjala.com-333bcef4a58d16eb5a8940e9d08d32caa9db4480.tar.bz2
kanjala.com-333bcef4a58d16eb5a8940e9d08d32caa9db4480.zip
initial commitHEADmaster
Diffstat (limited to '.prettierrc')
-rw-r--r--.prettierrc15
1 files changed, 15 insertions, 0 deletions
diff --git a/.prettierrc b/.prettierrc
new file mode 100644
index 0000000..7ebb855
--- /dev/null
+++ b/.prettierrc
@@ -0,0 +1,15 @@
+{
+ "useTabs": true,
+ "singleQuote": true,
+ "trailingComma": "none",
+ "printWidth": 100,
+ "plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
+ "overrides": [
+ {
+ "files": "*.svelte",
+ "options": {
+ "parser": "svelte"
+ }
+ }
+ ]
+}