Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make all cs files conform to editorconfig #38

Merged
merged 3 commits into from
Apr 22, 2018

Conversation

mikkelbu
Copy link
Member

Essentially opening each file, formatting the file and
sorting the usings, and finally closing the file again.

Script inspired by
https://gist.github.com/ahmadalli/386da39e4c5db3f8999e170d1b50783f

Relates to #20

Essentially opening each file, formatting the file and
sorting the usings, and finally closing the file again.

Script inspired by
https://gist.github.com/ahmadalli/386da39e4c5db3f8999e170d1b50783f

Relates to nunit#20
Only indention I think (tabs and 2 spaces => 4 spaces).

(By changing my VS defaults, as .editorconfig is not applied to
files included as content, see dotnet/roslyn#25888)
* Of attributes
* Of parameters
* Of nested expressions
@mikkelbu mikkelbu changed the title [WIP] Make all cs files conform to editorconfig 'Make all cs files conform to editorconfig Apr 22, 2018
@mikkelbu mikkelbu changed the title 'Make all cs files conform to editorconfig Make all cs files conform to editorconfig Apr 22, 2018
@mikkelbu mikkelbu merged commit 96e5989 into nunit:master Apr 22, 2018
@mikkelbu mikkelbu deleted the make-cs-files-conform-to-editorconfig branch April 22, 2018 22:01
@mikkelbu mikkelbu added this to the Release 0.2 milestone Apr 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant