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

What is the intended output of dotnet editorconfig? #26

Open
paulomorgado opened this issue Jul 31, 2024 · 1 comment
Open

What is the intended output of dotnet editorconfig? #26

paulomorgado opened this issue Jul 31, 2024 · 1 comment

Comments

@paulomorgado
Copy link

Running editorconfig on https://github.com/dotnet/runtime/blob/main/.editorconfig yields:

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?

@xuhdev
Copy link
Member

xuhdev commented Aug 1, 2024

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.

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

No branches or pull requests

2 participants