Commit graph

10 commits

Author SHA1 Message Date
Seth Falco 0002f7e8be
EditorConfig: don't replace tabs with spaces in tsv files (#15815) 2021-07-22 10:30:29 +05:00
xtqqczze e118f7edb9
Use Unix line endings for shell scripts (#15180)
These changes fix [SC1017](https://github.com/koalaman/shellcheck/wiki/SC1017)
2021-04-12 09:32:18 -07:00
xtqqczze 7beec89f50
Add copyright header to .editorconfig and update files (#13306) 2020-07-30 09:47:21 -07:00
xtqqczze 940cd74ea7
Add missing .editorconfig settings present in dotnet/runtime (#12871) 2020-06-30 10:31:12 -07:00
xtqqczze f6a8973317
Specifiy csharp_preferred_modifier_order in EditorConfig (#11775) 2020-02-07 12:09:52 -08:00
xtqqczze ac524e283d Update .editorconfig (#11675) 2020-01-25 22:24:16 +05:00
xtqqczze 12425f24c0 Specify charset in .editorconfig as utf-8 (no BOM) (#11654) 2020-01-23 11:01:07 +05:00
xtqqczze 00b45a55bc Remove 'en-us' from docs.microsoft.com URL (#8628) 2019-01-11 14:07:21 -08:00
RDIL e888e51097 Update URLs to use https instead of http in docs (#8165) 2018-11-01 13:38:48 -07:00
Ilya 3b9f75865e Add .editorconfig (#7357)
Related #4708.

The .editorconfig file can be used by various editors and tools like Visual Studio and CodeFormatter.

The .editorconfig comes from Roslyn and CoreFX repositories:
https://github.com/dotnet/corefx/blob/master/.editorconfig
https://github.com/dotnet/roslyn/blob/master/.editorconfig

Description http://EditorConfig.org

Options https://docs.microsoft.com/en-us/visualstudio/ide/editorconfig-code-style-settings-reference
2018-10-01 13:40:21 -07:00