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

Support for f90-mode #200

Closed
zbeekman opened this issue Jul 2, 2019 · 2 comments
Closed

Support for f90-mode #200

zbeekman opened this issue Jul 2, 2019 · 2 comments

Comments

@zbeekman
Copy link
Contributor

zbeekman commented Jul 2, 2019

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

@xuhdev
Copy link
Member

xuhdev commented Jul 3, 2019

Thanks, it looks awesome!

Could you make a PR? You only need to add a line below

(defcustom editorconfig-indentation-alist

@xuhdev
Copy link
Member

xuhdev commented Jul 3, 2019

Closed by #201

@xuhdev xuhdev closed this as completed Jul 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants