summaryrefslogtreecommitdiff
path: root/.prettierrc.toml
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-04-02 21:18:41 +0200
committerMartin Fischer <martin@push-f.com>2025-04-03 08:01:25 +0200
commite318e64ab34d9da19829e8a097995081ab1bb486 (patch)
tree314212313d091a6272e06c90eb1db47b0570a1fc /.prettierrc.toml
parente403fb213a04306a706819b1a0a26cc2d8d66f41 (diff)
chore: format script.js with Prettier
Diffstat (limited to '.prettierrc.toml')
-rw-r--r--.prettierrc.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.prettierrc.toml b/.prettierrc.toml
new file mode 100644
index 0000000..96c2143
--- /dev/null
+++ b/.prettierrc.toml
@@ -0,0 +1,4 @@
+singleQuote = true
+tabWidth = 2
+useTabs = true
+printWidth = 100