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.
12 lines
200 B
JSON
12 lines
200 B
JSON
{
|
|
"version": 1,
|
|
"isRoot": true,
|
|
"tools": {
|
|
"csharpier": {
|
|
"version": "1.2.6",
|
|
"commands": ["csharpier"],
|
|
"rollForward": false
|
|
}
|
|
}
|
|
}
|