add linting for docs markdown content

This commit is contained in:
Caesar Schinas 2023-08-16 16:34:40 +01:00
parent 8b922f661d
commit 4e059dc7f9
No known key found for this signature in database
GPG key ID: AE9108461BEA5ACF
11 changed files with 2034 additions and 7 deletions

View file

@ -10,6 +10,9 @@ indent_size = 2
indent_style = tab
insert_final_newline = true
[*.json]
indent_style = space
[*.md]
indent_style = space
trim_trailing_whitespace = false