Closed kjnam closed 4 hours ago
fprettify inserts whitespaces around the derived accessor, %. This behavior is not desirable. For example,
fprettify
%
! Declare type(t_pair) :: pair ! Initialize pair%i = 1
becomes
! Declare type(t_pair) :: pair ! Initialize pair % i = 1
It would be great if fprettify does not do this. Thanks.
Never mind. I found there is an option for this. Thanks.
fprettify
inserts whitespaces around the derived accessor,%
. This behavior is not desirable. For example,becomes
It would be great if
fprettify
does not do this. Thanks.