Skip to content

Commit 125fcdb

Browse files
committed
added note about vs2017 and resharper to the readme
1 parent c2dd87b commit 125fcdb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

readme.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@ This plugin allows you to have per project checked in Visual Studio settings usi
66

77
See the [project web site](http://editorconfig.org) for more information.
88

9+
## VS 2017
10+
11+
As of [2017 rc1](https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes) Visual Studio ships with `.editorconfig` support baked in!
12+
13+
This in fact part of roslyn and will mean that other editors relying on roslyn (omnisharp) to do the code formatting will also benefit from this.
14+
15+
On top of that roslyn will introduce more editor config extension properties to control additional formatting options per project see e.g: https://github.com/dotnet/roslyn/pull/15029
16+
17+
For now this baked in implementation has 2 limitations:
18+
19+
* Does not work for XML files
20+
* Does not support `insert_final_newline` and `trim_trailing_whitespace`
21+
22+
If you feel strongly there is a need for editorconfig plugin (given these limitations still exists at the time of reading) and you want to submit a PR and become a maintainer ping one of the editorconfig team members!
23+
24+
#Resharper
25+
26+
The plugin and resharper tend to not play nicely, resharper will **also** support `.editorconfig` files in the near future see: https://youtrack.jetbrains.com/issue/RSRP-461746
927

1028
## Installing
1129

0 commit comments

Comments
 (0)