Files
quak/.prettierrc
sneak fde1a1da29 Add editor, prettier, and ignore dotfiles
.gitignore extended for TypeScript/Node build artifacts on top of the
prompts-repo template. .editorconfig and .prettierrc match the prompts
template (4-space indents, prose-wrap always for markdown).
2026-05-09 21:27:16 +02:00

5 lines
49 B
Plaintext

{
"tabWidth": 4,
"proseWrap": "always"
}