Skip to content

Commit

Permalink
chore: fix editorconfig linefeeds on windows (angular#2829)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva authored and hollannikas committed Oct 23, 2016
1 parent fe3774b commit 6211974
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .editorconfig
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion packages/angular-cli/blueprints/ng2/files/.editorconfig
Expand Up @@ -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

Expand Down

0 comments on commit 6211974

Please sign in to comment.