From 49acafc7f721a12e526aef664993e471b6271f6c Mon Sep 17 00:00:00 2001 From: Jaex Date: Thu, 8 Jun 2017 19:52:40 +0300 Subject: [PATCH] Added {sln,csproj,cs,resx} to .editorconfig --- .editorconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 9d9e58fcb..56947d582 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,9 +1,9 @@ root = true -[*.cs] -charset = utf-8 -end_of_line = crlf -insert_final_newline = false +[*.{sln,csproj,cs,resx}] indent_style = space indent_size = 4 +end_of_line = crlf +charset = utf-8 trim_trailing_whitespace = true +insert_final_newline = false \ No newline at end of file