summaryrefslogtreecommitdiff
path: root/.editorconfig
AgeCommit message (Collapse)AuthorFilesLines
2018-12-08Invalid setting csharp_new_line_within_query_expression_clauses in ↵Bastian Schmidt1-2/+1
.editorconfig (#21449) Same as in https://github.com/dotnet/corefx/issues/25991. Roslyn doesn't support csharp_new_line_within_query_expression_clauses. But Roslyn does support csharp_new_line_between_query_expression_clauses and it's missing from .editorconfig. I also removed the comment "# Trim trailing whitespace" because that option is not set.
2018-03-16Change csharp_indent_labels from flush_left to one_less_than_current (#16983)Ahson Khan1-1/+1
2017-03-15Added to .editorconfig csharp code style settings supported by VS 2017cod7alex1-0/+118
2015-02-12Disable the 'trim_trailing_whitespace' fixes issue 225shahid-pk1-1/+0
2015-02-09Add an .editorconfig fileArkady Shapkin1-0/+32
What is .editorconfig: http://editorconfig.org/#overview Plugins for IDEs to support: http://editorconfig.org/#download