1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-08 11:37:04 +09:00
Commit graph

18 commits

Author SHA1 Message Date
Haresh Ambaliya
bf81a7c55e Update coding-style.md (dotnet/corefx#41506)
* 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
2019-10-03 12:55:51 -07:00
Milosz Kukla
ad49ffbd84 Update coding-style.md (dotnet/corefx#36695)
* Update coding-style.md

Removed info about corefx.vssettings since it was removed at https://github.com/dotnet/corefx/pull/35683

* Update coding-style.md


Commit migrated from 7b320a0ad1
2019-04-08 19:54:36 -04:00
cat
dc0fce682e Coding style inconsistency: namespace imports - Fix (dotnet/corefx#32975)
* 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
2018-10-23 08:13:38 -07:00
Neal Gafter
91866625e4 Permit nested using without indentation (dotnet/corefx#31816)
Commit migrated from 286526c3d8
2018-08-16 18:25:05 -07:00
cmpt376edits
72988013a6 Improve wording in coding style documentation (dotnet/corefx#30833)
Commit migrated from 20c344cb34
2018-07-04 12:52:39 -07:00
Stephen Toub
819540e303 Make it clear that naming guidance for fields is for non-public fields
Commit migrated from bceb1d4d11
2018-04-17 09:09:44 -04:00
Daniel Henry
7bcc341fce Slight grammar improvement to coding-style.md (dotnet/corefx#28723)
i.e. was being used when it really should have been e.g. (see: https://www.grammarly.com/blog/know-your-latin-i-e-vs-e-g/)

Commit migrated from aca57537ad
2018-04-02 12:09:20 -07:00
Ahson Khan
fbeac478be Change csharp_indent_labels from flush_left to one_less_than_current (dotnet/corefx#28121)
* Change csharp_indent_labels from flush_left to one_less_than_current

* Update coding-style guidelines to include label formatting.


Commit migrated from 5f5ff6d008
2018-03-16 18:40:03 -07:00
Dan Moseley
8b2e34f883 Require \uXXXX for non ASCII
@stephentoub

Per discussion in https://github.com/dotnet/corefx/issues/77

Commit migrated from fbe56f762e
2017-01-03 11:21:03 -08:00
Justin Van Patten
ec0f1d2dbd Add style guideline for fields
Commit migrated from 7e9393a489
2016-11-11 20:20:55 -08:00
Stephen A. Imhoff
811f903c18 Fix use of nameof with ArgumentException
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
2016-02-25 10:35:40 -05:00
Stephen Toub
66696c42fe Update coding-style.md
Commit migrated from 531abfd26b
2016-02-18 23:29:16 -05:00
Stephen Toub
15d5d2d873 Update coding style to discuss order of modifiers
Fixes https://github.com/dotnet/corefx/issues/5620#event-523062924

Commit migrated from 88c467b94a
2016-01-22 10:56:37 -05:00
Alcaro
7d7af51634 Fix Markdown typo
Commit migrated from 1e08ba44eb
2015-09-29 00:51:39 +02:00
Nick Guerrera
d5143cb9a1 Tweak and run native code formatting script
* 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
2015-09-23 07:25:44 -07:00
Stephen Toub
300369e16b Fix coding guidelines mention of _camelCase style
Commit migrated from 01aa928159
2015-09-17 12:32:02 -04:00
Jonathan Miller
3e44e99631 Adding a clang-format file and a script to format every cpp and h file. This
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
fixes dotnet/corefx#3051


Commit migrated from d27d8f7cd6
2015-09-16 16:30:33 -07:00
Zlatko Knezevic
3f2ac8ff38 Add folders to CoreFX Documentation
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)