mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2024-11-21 10:45:55 +02:00
Add some configurations
This commit is contained in:
parent
cc379cc1cf
commit
0b94313b12
8
.editorconfig
Normal file
8
.editorconfig
Normal 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
5
.gitattributes
vendored
@ -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
10
.markdownlint.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"default": true,
|
||||
"MD004": false,
|
||||
"MD007": false,
|
||||
"MD013": {
|
||||
"line_length": 1000
|
||||
},
|
||||
"MD024": false,
|
||||
"MD032": false
|
||||
}
|
Loading…
Reference in New Issue
Block a user