Skip to content

Commit

Permalink
chore: add editorconfig (#16042)
Browse files Browse the repository at this point in the history
  • Loading branch information
roboshoes authored and jelbourn committed May 18, 2019
1 parent bb9a5ee commit 3a237bd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
@@ -0,0 +1,9 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.ts]
indent_style = space
indent_size = 2

0 comments on commit 3a237bd

Please sign in to comment.