We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running editorconfig on https://github.com/dotnet/runtime/blob/main/.editorconfig yields:
editorconfig
insert_final_newline=true indent_style=space indent_size=4 trim_trailing_whitespace=true tab_width=4
Is that the intended result?
What about the rest of the file?
The text was updated successfully, but these errors were encountered:
Are you developing an editor plugin? The core library is used by editor plugins.
To see the proper output, run
editorconfig /path/to/the/file/of/interest
The command line program will read relevant .editorconfig files and output the format of that file.
.editorconfig
Sorry, something went wrong.
No branches or pull requests
Running
editorconfig
on https://github.com/dotnet/runtime/blob/main/.editorconfig yields:Is that the intended result?
What about the rest of the file?
The text was updated successfully, but these errors were encountered: