tangjinzhou
6 years ago
4 changed files with 23 additions and 4 deletions
@ -1,9 +1,11 @@ |
|||||||
|
# 🎨 editorconfig.org |
||||||
|
|
||||||
root = true |
root = true |
||||||
|
|
||||||
[*] |
[*] |
||||||
charset = utf-8 |
charset = utf-8 |
||||||
|
end_of_line = lf |
||||||
indent_style = space |
indent_style = space |
||||||
indent_size = 2 |
indent_size = 2 |
||||||
end_of_line = lf |
trim_trailing_whitespace = true |
||||||
insert_final_newline = true |
insert_final_newline = true |
||||||
trim_trailing_whitespace = true |
|
Loading…
Reference in new issue