* Adding single statement if formatting rule to coding-style
cc: @stephentoub @carlossanlop
This came up in a recent PR and I just wanted to make it more clear in our Coding guidelines.
* Apply suggestions from code review
Co-Authored-By: Sam Harwell <sam.harwell@microsoft.com>
Commit migrated from dab6a40e99
* Update coding-style.md
Changed Keyboard shortcut to show white space.
* Update coding-style.md
@gfoidl I have added about how to enable View White Space. I think we are good now.
Commit migrated from d39276b9d4
* Coding style inconsistency: namespace imports - Fix
A fix for the issues mentioned in [dotnet/corefx#32277](https://github.com/dotnet/corefx/issues/32277) regarding the sorting of `System.*` namespaces.
@danmosemsft
* Tweaking description of vssettings and spelling
Removed unnecessary version-specific language regarding VS (and .vssettings) and correcting an (unrelated) spelling mistake
Commit migrated from 7866452ae2
* Change csharp_indent_labels from flush_left to one_less_than_current
* Update coding-style guidelines to include label formatting.
Commit migrated from 5f5ff6d008
Correct instances of new "ArgumentException(nameof(..." so names are in the correct parameter. Where possible, I chose the resource string I felt best fit the situation. Otherwise, I created a new entry (I'm assuming there's some extra work that needs to be done there, but don't know what it is offhand).
Commit migrated from 368fdfd86e
* Rename script to format-code.sh to match naming convention of
other shell scripts in the repo.
* Make script work when executed from any working directory.
* Run script to mop up some minor formatting issues that crept in.
Commit migrated from d5e2aafc51
style is based on the LLVM style with some minor tweaks. This commit also
ran the script against the current code to bring us into compliance. This
fixesdotnet/corefx#3051
Commit migrated from d27d8f7cd6
Align to the way CoreCLR is handling its Documentation folder in the
repo. Add folders. Changed README.md in root, Documentation as well as
CONTRIBUTING.md with new links.
Commit migrated from 06a5ba78cf
2015-06-23 16:48:06 -07:00
Renamed from docs/libraries/coding-style.md (Browse further)