From 057d1a3395d680bc07bf4b5c2b59c632955f62b8 Mon Sep 17 00:00:00 2001 From: Stephan Date: Sun, 24 Sep 2017 22:10:19 +0200 Subject: [PATCH] EditorConfig to CrLf --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 208052cbb7..2a15465c59 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,10 +1,10 @@ root=true [*] -end_of_line = lf +end_of_line = crlf indent_style = space indent_size = 4 trim_trailing_whitespace = true [*.{cs,cshtml,csx,vb,vbx,vbhtml,fs,fsx,txt,ps1,sql}] -indent_size = 4 \ No newline at end of file +indent_size = 4