-
Notifications
You must be signed in to change notification settings - Fork 29
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
How about indentation / code beautifier? #8
Comments
I'm working on this. The indentation rules for modern fortran should be pretty decent, if you select a block of code and use Sublime's built in "Reindent" command it should works. If you can find any specific bugs in the indentation rules, i.e. things that get reindented incorrectly, please post the code snippet here. |
What about an option to enable indentation guidelines? At least for fixed format it's disabled by default. |
These are disabled for the Fixed Form because they can get confusing in combination with the rulers that are turned on. You can re-enable them by adding the appropriate option in the syntax specific settings file ( |
Are you using space indentation or tabs? (I've had this problem when I use
tabs)
2017-03-30 12:09 GMT-05:00 adrenik <[email protected]>:
… Hi,
First of all, thanks for the package. It is great. I'm having a small
issue with indentation highlighting. I have attached a simple example of an
if statement, in which the indentation gets colored in pink for no reason.
How can I disable the pink highlighting?
Thanks!
[image: screen shot 2017-03-30 at 1 07 54 pm]
<https://cloud.githubusercontent.com/assets/19351453/24516820/fde32a5c-1549-11e7-8dc4-d3535773ba07.png>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGpuid8edmS7iJp6xkgsILLDV1i_7zYQks5rq-HSgaJpZM4IbmYZ>
.
|
I’m using tabs. Were you able to solve/avoid it?
… On Mar 30, 2017, at 2:50 PM, Fernando Posada ***@***.***> wrote:
Are you using space indentation or tabs? (I've had this problem when I use
tabs)
2017-03-30 12:09 GMT-05:00 adrenik ***@***.***>:
> Hi,
>
> First of all, thanks for the package. It is great. I'm having a small
> issue with indentation highlighting. I have attached a simple example of an
> if statement, in which the indentation gets colored in pink for no reason.
> How can I disable the pink highlighting?
>
> Thanks!
>
> [image: screen shot 2017-03-30 at 1 07 54 pm]
> <https://cloud.githubusercontent.com/assets/19351453/24516820/fde32a5c-1549-11e7-8dc4-d3535773ba07.png>
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#8 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AGpuid8edmS7iJp6xkgsILLDV1i_7zYQks5rq-HSgaJpZM4IbmYZ>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#8 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ASdHndrL0fA5KQcsZW6ItElvA72s3BX-ks5rq_l8gaJpZM4IbmYZ>.
|
Just change it to spaces, remember that the FORTRAN standard is spaces. |
Right! Thanks
… On Mar 30, 2017, at 2:53 PM, Fernando Posada ***@***.***> wrote:
Just change it to spaces, remember that the FORTRAN standar is spaces.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#8 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ASdHnewMXemwqNBeRe9gnBTHDnPoXr1vks5rq_o6gaJpZM4IbmYZ>.
|
No description provided.
The text was updated successfully, but these errors were encountered: