Add some configurations

pull/1131/head
William Desportes 3 years ago
parent cc379cc1cf
commit 0b94313b12
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

@ -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

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

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