mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
Create .editorconfig file (#1592)
This commit is contained in:
parent
2f000303f2
commit
19b2d4a62a
1 changed files with 9 additions and 0 deletions
9
.editorconfig
Normal file
9
.editorconfig
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
end_of_line = lf
|
||||||
|
insert_final_newline = true
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
charset = utf-8
|
||||||
|
trim_trailing_whitespace = true
|
Loading…
Reference in a new issue