diff options
author | Martin Fischer <martin@push-f.com> | 2025-03-15 06:21:39 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-03-15 06:21:39 +0100 |
commit | 8f28bfa2d9f6a8fd4f4cbea58f1c8a7b4d5065fb (patch) | |
tree | fdc100348fba6a9a0654c6da8bb7fed62baf94fd | |
parent | ddbab65241d2dcc6cd3c12866fc88e9a8d357014 (diff) |
chore: add .prettierrc.toml
-rw-r--r-- | .prettierrc.toml | 3 |
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 |