Add .editorconfig
This commit is contained in:
parent
6c8fbe773e
commit
eb3345b21f
1 changed files with 11 additions and 0 deletions
11
.editorconfig
Executable file
11
.editorconfig
Executable file
|
|
@ -0,0 +1,11 @@
|
||||||
|
[*]
|
||||||
|
charset = utf-8
|
||||||
|
end_of_line = lf
|
||||||
|
indent_size = 2
|
||||||
|
indent_style = space
|
||||||
|
insert_final_newline = true
|
||||||
|
max_line_length = 80
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[*.md]
|
||||||
|
trim_trailing_whitespace = true
|
||||||
Loading…
Reference in a new issue