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

Add link to editorconfig.org while generating .editorconfig file. #271

Closed
hopeless-programmer-online opened this issue May 27, 2020 · 1 comment · Fixed by #294
Closed
Assignees

Comments

@hopeless-programmer-online

As far as I understand, this extension provides a Generate .editorconfig button in the VSCode explorer's context menu.
If it is so, it would be very nice to insert the comment with a link to the official site in the generated file. Like this:

# see https://editorconfig.org/

root = true

[*]
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false

It might be helpful for a newcomers or unfamiliar users to spent a bit less time to google it.

@jednano
Copy link
Member

jednano commented May 27, 2020

Or to match the front page of editorconfig.org, we could use this version:

# EditorConfig is awesome: https://EditorConfig.org

Accepting PRs, but please include a patch version bump and changelog.

@jednano jednano self-assigned this May 27, 2020
pallxk added a commit to pallxk/editorconfig-vscode that referenced this issue Jun 30, 2020
while generating .editorconfig file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants