SimpsonGSD / P4EditVS

Simple, lightweight Visual Studio plugin to run various Perforce commands on files, such as checkout and revert. Includes optional auto-checkout feature.
https://marketplace.visualstudio.com/items?itemName=ScottSimpson.p4editvs
MIT License
32 stars 8 forks source link

Add .editorconfig. Reformat files. #32

Closed tom-seddon closed 2 years ago

tom-seddon commented 2 years ago

Hardly mandatory, but I have C# case statements set to format unindented, and so I keep making a mess when I'm editing the P4EditVS code.

Then I found out you can have project-specific C# editor config files! So here's one. This does introduce a few whitespace changes, but not loads.

SimpsonGSD commented 2 years ago

Nice one, all for consistency.