Add some configurations

This commit is contained in:
William Desportes 2021-08-06 00:01:37 +02:00
parent cc379cc1cf
commit 0b94313b12
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889
3 changed files with 23 additions and 0 deletions

8
.editorconfig Normal file
View File

@ -0,0 +1,8 @@
root = true
[*]
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = true

5
.gitattributes vendored
View File

@ -0,0 +1,5 @@
/.github export-ignore
/.gitignore export-ignore
/CONTRIBUTING.md export-ignore
/.markdownlint.json export-ignore
/.editorconfig export-ignore

10
.markdownlint.json Normal file
View File

@ -0,0 +1,10 @@
{
"default": true,
"MD004": false,
"MD007": false,
"MD013": {
"line_length": 1000
},
"MD024": false,
"MD032": false
}