Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-04Removing properties not relevant to code formattingGabriel
Edited corefx.vssetings file leaving just C# code formatting related properties, the ones that contain Formatting_*, Indent_*, NewLines_*, Space_*, and Wrapping_ in their names. Fix #1511
2014-12-03Formalized coding style guidelines.Mircea Trofin
It is possible to capture most of the coding style guidelines in a corefx.vssettings VS 2013 settings file. Examples of settings that were not captured: avoiding double free lines, or spurious blank spaces.