From aac0dfa0e690e5412db05fafa3c9a46b30d3e7c8 Mon Sep 17 00:00:00 2001 From: TK11235 Date: Mon, 15 Jun 2020 00:27:41 +0900 Subject: [PATCH] =?UTF-8?q?build:=20=E8=A8=AD=E5=AE=9A=E3=83=95=E3=82=A1?= =?UTF-8?q?=E3=82=A4=E3=83=AB=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `ng new`で生成される新規プロジェクトの形式に合わせる --- .editorconfig | 3 +++ .gitignore | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e89330a61..59d9a3a3e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,6 +8,9 @@ indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true +[*.ts] +quote_type = single + [*.md] max_line_length = off trim_trailing_whitespace = false diff --git a/.gitignore b/.gitignore index f4f46a5fe..86d943a9b 100644 --- a/.gitignore +++ b/.gitignore @@ -11,8 +11,8 @@ /node_modules # profiling files -chrome-profiler-events.json -speed-measure-plugin.json +chrome-profiler-events*.json +speed-measure-plugin*.json # IDEs and editors /.idea