Update .editorconfig

This commit is contained in:
Daniel Rosenwasser 2019-01-15 15:47:23 -08:00 committed by GitHub
parent 045bfbecc5
commit 70d71f7c5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,5 +5,5 @@ indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
[{*.json,*.yml,*.ts}]
[{*.json,*.yml,*.ts,*.tsx,*.md}]
indent_style = space