Skip to content

Commit bcc3b3c

Browse files
committed
updated README.md
1 parent 7418926 commit bcc3b3c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,14 @@ fprettify is an auto-formatter for modern Fortran code that imposes strict white
1111
* Line continuations are aligned with the previous opening delimiter `(`, `[` or `(/` or with an assignment operator `=` or `=>`. If none of the above is present, a default hanging indent is applied.
1212
* Consistent amount of whitespace around operators and delimiters.
1313
* Removal of extraneous whitespace and consecutive blank lines.
14-
* Works only for modern Fortran (Fortran 90 upwards).
1514
* Tested for editor integration.
16-
* By default, fprettify causes changes in the amount of whitespace only and thus preserves revision history.
15+
* By default, fprettify causes whitespace changes only and thus preserves revision history.
16+
* fprettify can handle cpp and [fypp](https://github.com/aradi/fypp) preprocessor directives.
17+
18+
19+
## Limitations
20+
21+
* Works only for modern Fortran (Fortran 90 upwards).
1722
* Feature missing? Please create an issue.
1823

1924

0 commit comments

Comments
 (0)