Skip to content

Commit

Permalink
enable comment indentation F90
Browse files Browse the repository at this point in the history
  • Loading branch information
315234 committed May 27, 2016
1 parent 42e5106 commit 9deb5aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions settings/Indentation Rules (FortranModern).tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,10 @@
</string>

<!-- Ignore C preprocessor commands and comments which are 72 characters long. -->
<!-- Ignore comment lines for now, because they break indentation. -->
<key>unIndentedLinePattern</key>
<string>(?xi)
^\s* \#\w+ .* $
| ^\s* !.{71}$
| ^\s* !.*$
</string>

<!-- Indent after lines with line continuation character -->
Expand Down

0 comments on commit 9deb5aa

Please sign in to comment.