1
0
Fork 0
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:
Dmitry Sharshakov 2019-01-26 21:18:49 +03:00 committed by Ryan Dahl
parent 2f000303f2
commit 19b2d4a62a

9
.editorconfig Normal file
View 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