You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,14 @@ fprettify is an auto-formatter for modern Fortran code that imposes strict white
11
11
* 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.
12
12
* Consistent amount of whitespace around operators and delimiters.
13
13
* Removal of extraneous whitespace and consecutive blank lines.
14
-
* Works only for modern Fortran (Fortran 90 upwards).
15
14
* 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).
0 commit comments