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
f90-mode
Hi, first of Great project!!!!
To get support for Fortran, you need something like:
(add-to-list 'editorconfig-indentation-alist '(f90-mode f90-associate-indent f90-continuation-indent f90-critical-indent f90-do-indent f90-if-indent f90-program-indent f90-type-indent))
It would be great if this was baked in out of the box. Thanks!
P.S. I created a project to use GitHub Actions to validate PRs and pushes against a project's .editorconfig. Check it out on GitHub Marketplace (don't worry, it's free as in beer and freedom): https://github.com/marketplace/actions/editorconfig-action
.editorconfig
The text was updated successfully, but these errors were encountered:
Thanks, it looks awesome!
Could you make a PR? You only need to add a line below
editorconfig-emacs/editorconfig.el
Line 159 in d073dd4
Sorry, something went wrong.
Closed by #201
No branches or pull requests
Hi, first of Great project!!!!
To get support for Fortran, you need something like:
It would be great if this was baked in out of the box. Thanks!
P.S. I created a project to use GitHub Actions to validate PRs and pushes against a project's
.editorconfig
. Check it out on GitHub Marketplace (don't worry, it's free as in beer and freedom): https://github.com/marketplace/actions/editorconfig-actionThe text was updated successfully, but these errors were encountered: