diff options
author | Aylur <[email protected]> | 2024-09-01 15:23:08 +0200 |
---|---|---|
committer | Aylur <[email protected]> | 2024-09-01 15:23:08 +0200 |
commit | 6c4753b5e14a50c617e326d97d270ff51156a183 (patch) | |
tree | 560ffd167d6b4f1da04e545990666c447c15e35b /docs/prettier.config.mjs | |
parent | 27c25b0e6070f291b33107a0bbfe5086b6d3f119 (diff) |
initial docs
Diffstat (limited to 'docs/prettier.config.mjs')
-rw-r--r-- | docs/prettier.config.mjs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/prettier.config.mjs b/docs/prettier.config.mjs new file mode 100644 index 0000000..1833a98 --- /dev/null +++ b/docs/prettier.config.mjs @@ -0,0 +1,6 @@ +/** @type {import("prettier").Config} */ +export default { + tabWidth: 4, + semi: false, + singleQuote: false, +}; |