699d4ede1d
Add .prettierrc.json, .markdownlint.json, .yamllint.yaml, .gitattributes Run CSharpier, Prettier and markdownlint across the entire codebase. No logic changes — formatting, using order and line endings only.
8 lines
121 B
JSON
8 lines
121 B
JSON
{
|
|
"printWidth": 120,
|
|
"tabWidth": 4,
|
|
"proseWrap": "always",
|
|
"singleQuote": false,
|
|
"endOfLine": "lf"
|
|
}
|