update settings for editorconfig

This commit is contained in:
Jason Wall 2020-08-07 09:06:29 -04:00
parent fa31ece0d6
commit 49439ed857

View File

@ -10,9 +10,12 @@ trim_trailing_whitespace = true
[*.ts] [*.ts]
quote_type = single quote_type = single
max_line_length = 140
end_of_line = lf
# this file has a need for arbitrarily long lines, so we exempt this here.
[bible-reference.ts] [bible-reference.ts]
max_line_length=1000 max_line_length = off
[*.md] [*.md]
max_line_length = off max_line_length = off