.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).
5 lines
49 B
Plaintext
5 lines
49 B
Plaintext
{
|
|
"tabWidth": 4,
|
|
"proseWrap": "always"
|
|
}
|