add editorconfig (#36)
This commit is contained in:
parent
9d6bc761d4
commit
94250bb08a
1 changed files with 17 additions and 0 deletions
17
.editorconfig
Normal file
17
.editorconfig
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
|
end_of_line = lf
|
||||||
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace=true
|
||||||
|
charset = utf-8
|
||||||
|
max_line_length = 120
|
||||||
|
|
||||||
|
[*.{lua,vim}]
|
||||||
|
max_line_length = 100
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
|
[*.{md,yml,yaml,toml}]
|
||||||
|
indent_size = 2
|
||||||
Loading…
Add table
Add a link
Reference in a new issue