From 76ca5191c60517412d852b4e81e43d23a725eec2 Mon Sep 17 00:00:00 2001 From: sinedied Date: Tue, 12 Jan 2021 16:28:03 +0100 Subject: [PATCH] feat: update editorconfig (fixes #580) --- generators/app/templates/.editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/generators/app/templates/.editorconfig b/generators/app/templates/.editorconfig index d8861645..47510e92 100644 --- a/generators/app/templates/.editorconfig +++ b/generators/app/templates/.editorconfig @@ -10,6 +10,9 @@ trim_trailing_whitespace = true end_of_line = lf max_line_length = 120 +[*.ts] +quote_type = single + [*.md] max_line_length = off trim_trailing_whitespace = false