Add a .editorconfig with our chosen formatting options.

This commit is contained in:
Chris Gavin
2020-06-23 13:31:11 +01:00
parent 98f8945cfb
commit a1d945f14f

10
.editorconfig Normal file
View File

@@ -0,0 +1,10 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.ts]
indent_style = space
indent_size = 2