From a7f2511e2d87e4264b9c173881dc168e64c3cd28 Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Sat, 22 Oct 2016 11:19:51 +0100 Subject: [PATCH] chore: fix editorconfig linefeeds on windows Fix #2716 --- .editorconfig | 1 - packages/angular-cli/blueprints/ng2/files/.editorconfig | 1 - 2 files changed, 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index f1cc3ad329c5..e0f1dae3a7d9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,6 @@ root = true charset = utf-8 indent_style = space indent_size = 2 -end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true diff --git a/packages/angular-cli/blueprints/ng2/files/.editorconfig b/packages/angular-cli/blueprints/ng2/files/.editorconfig index f3526162d642..06dde115f57e 100644 --- a/packages/angular-cli/blueprints/ng2/files/.editorconfig +++ b/packages/angular-cli/blueprints/ng2/files/.editorconfig @@ -5,7 +5,6 @@ root = true charset = utf-8 indent_style = space indent_size = 2 -end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true