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
No known key found for this signature in database
GPG Key ID: 07F950B80C27E4DA

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