From 49439ed857629d4deff7ffd8718dbefab0cfd431 Mon Sep 17 00:00:00 2001 From: Jason Wall Date: Fri, 7 Aug 2020 09:06:29 -0400 Subject: [PATCH] update settings for editorconfig --- app/db/.editorconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/db/.editorconfig b/app/db/.editorconfig index 2b849b98..26d55d55 100644 --- a/app/db/.editorconfig +++ b/app/db/.editorconfig @@ -10,9 +10,12 @@ trim_trailing_whitespace = true [*.ts] 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] -max_line_length=1000 +max_line_length = off [*.md] max_line_length = off