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.
9 lines
169 B
YAML
9 lines
169 B
YAML
extends: default
|
|
rules:
|
|
line-length: disable
|
|
document-start: disable
|
|
truthy:
|
|
allowed-values: ["true", "false", "on"]
|
|
empty-lines:
|
|
max: 1
|