help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fortran code formatting


From: Nicolas Bock
Subject: Fortran code formatting
Date: Mon, 20 Jul 2015 16:03:32 -0600

Hi,

is it possible (and if so, how) to let emacs (re-)format Fortran code
and fix things such as spacing, e.g.:

if ( a == 0 ) then

would turn into

if(a == 0) then

Or

x = a+1

would turn into

x = a + 1

Thanks already,

nick



reply via email to

[Prev in Thread] Current Thread [Next in Thread]