summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-03-15 06:21:39 +0100
committerMartin Fischer <martin@push-f.com>2025-03-15 06:21:39 +0100
commit8f28bfa2d9f6a8fd4f4cbea58f1c8a7b4d5065fb (patch)
treefdc100348fba6a9a0654c6da8bb7fed62baf94fd
parentddbab65241d2dcc6cd3c12866fc88e9a8d357014 (diff)
chore: add .prettierrc.toml
-rw-r--r--.prettierrc.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.prettierrc.toml b/.prettierrc.toml
new file mode 100644
index 0000000..884ea28
--- /dev/null
+++ b/.prettierrc.toml
@@ -0,0 +1,3 @@
+singleQuote = true
+tabWidth = 4
+printWidth = 100