We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b9534 commit 6db5d1cCopy full SHA for 6db5d1c
README.md
@@ -43,7 +43,7 @@ Compare `examples/*before.f90` (original Fortran files) with
43
`examples/*after.f90` (reformatted Fortran files) to see what fprettify does. A
44
quick demonstration:
45
46
-```Fortran
+```fortran
47
program demo
48
integer :: endif,if,elseif
49
integer,DIMENSION(2) :: function
@@ -61,7 +61,7 @@ end program
61
62
⇩⇩⇩⇩⇩⇩⇩⇩⇩⇩ `fprettify` ⇩⇩⇩⇩⇩⇩⇩⇩⇩⇩
63
64
65
66
integer :: endif, if, elseif
67
integer, DIMENSION(2) :: function
0 commit comments