chore: add editorconfig
This commit is contained in:
parent
d89ebf1014
commit
e04dc06ec4
13
.editorconfig
Normal file
13
.editorconfig
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
[*]
|
||||||
|
charset = utf-8
|
||||||
|
insert_final_newline = false
|
||||||
|
end_of_line = lf
|
||||||
|
indent_style = space
|
||||||
|
|
||||||
|
|
||||||
|
[*.rs]
|
||||||
|
max_line_length = 99
|
||||||
|
|
||||||
|
[*.md]
|
||||||
|
max_line_length = 120
|
||||||
|
|
Loading…
Reference in New Issue
Block a user