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
2017-03-15Added another set of default code style settings to editorconfig.cod7alex
2017-03-13Change .editorconfig code styloe settings to match VS defaults.cod7alex
2017-03-13Added .editorconfig entries to set default values of code style settings.cod7alex
2017-03-13Added to .editorconfig csharp code style settings supported by Visual Studio ↵cod7alex
2017.
2016-10-06Add .builds files to editorconfig (#12387)Alex Perovich
2016-10-04Add project.json to editorconfigalperovi
2015-09-17Adding a clang-format file and a script to format every cpp and h file. ThisJonathan Miller
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 #3051
2015-08-17Add a gitattribute/editorconfig rule for .sh filesGregg Miskelly
This forces bash scripts to always use lf line endings so that if a repro is accessed in Unix via a file share from Windows, the scripts will work.
2015-06-29Fix config file headline commentPeter Blazejewicz
This commit corrects unwanted line break and shortens config file headline
2015-03-21Update .editorconfig to match file from coreclrArkady Shapkin
Changed to match * Roslyn https://github.com/dotnet/roslyn/blob/master/.editorconfig * CoreClr https://github.com/dotnet/coreclr/blob/master/.editorconfig
2014-11-23Re-add two spaces as default indentMarc Würth
Refs https://github.com/dotnet/corefx/pull/56#issuecomment-64101144
2014-11-23Remove commentMarc Würth
2014-11-20Added indendaton rules for *.csproj and *.nuspecMarc Würth
Refs https://github.com/dotnet/corefx/pull/56#issuecomment-63198357
2014-11-20Apply settings only to *.cs filesMarc Würth
Refs https://github.com/dotnet/corefx/pull/56#issuecomment-63719328
2014-11-13Added trim_trailing_whitespace = trueMarc Würth
2014-11-13Add an .editorconfig fileMarc Würth
Just a start. Could help enforcing the Coding Style https://github.com/Microsoft/dotnet/blob/master/CONTRIBUTING.md#c-coding-style What is .editorconfig: http://editorconfig.org/#overview Plugins for IDEs to support: http://editorconfig.org/#download