From e318e64ab34d9da19829e8a097995081ab1bb486 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Wed, 2 Apr 2025 21:18:41 +0200 Subject: chore: format script.js with Prettier --- .prettierrc.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .prettierrc.toml (limited to '.prettierrc.toml') 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 -- cgit v1.2.3