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
You should prefix the .editorconfig properties defined by shfmt.
.editorconfig
shfmt
Similar to what JetBrains does:
Editorconfig
Generic IntelliJ options that have the ij_ prefix and are applicable to all languages
ij_
Otherwise different tools might interpret the same key differently defeating the whole purpose of using .editorconfig in the first place.
The text was updated successfully, but these errors were encountered:
Is this something that editorconfig themselves recommend? I don't oppose the idea, but I'd also prefer to stick to the upstream recommendations.
Sorry, something went wrong.
editorconfig/editorconfig#516
OK thanks. I will follow that thread for now.
No branches or pull requests
You should prefix the
.editorconfig
properties defined byshfmt
.Similar to what JetBrains does:
Editorconfig
Otherwise different tools might interpret the same key differently defeating the whole purpose of using
.editorconfig
in the first place.The text was updated successfully, but these errors were encountered: