From 3b1a390d7c617759851cd4564b3e29cda0c528a5 Mon Sep 17 00:00:00 2001 From: Cyrus Najmabadi Date: Mon, 2 Mar 2015 14:38:24 -0800 Subject: [PATCH] Use CRLF, not LF. --- .editorconfig | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.editorconfig b/.editorconfig index 8ed330c4a2..de6d5c49a7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,10 +1,10 @@ - -root = true - -[{src,scripts}/**.{ts,json,js}] -end_of_line = crlf -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true -indent_style = space -indent_size = 4 + +root = true + +[{src,scripts}/**.{ts,json,js}] +end_of_line = crlf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +indent_style = space +indent_size = 4