Add editorconfig
This commit is contained in:
parent
46c1660d52
commit
e84980adcb
11
.editorconfig
Normal file
11
.editorconfig
Normal file
@ -0,0 +1,11 @@
|
||||
root = true
|
||||
|
||||
[*.{md,toml}]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
#[*.md]
|
||||
#max_line_length = 80
|
Reference in New Issue
Block a user