You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,24 @@ This plugin allows you to have per project checked in Visual Studio settings usi
6
6
7
7
See the [project web site](http://editorconfig.org) for more information.
8
8
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
0 commit comments