Hello,
I am working on a collaborative project and I need to match the format used. When I installed VS code and Modern Fortran extension along with findent, the default indentation on save is 3, I want to set it to 4. In addition I want the expressions in the new line after & to align with those above, for example I want to get the following:
use module, only: var1, &
------------------------var2 (empty spaces in the place of dashes)
instead of:
use module, only: var1, &
var2
Also I need case to be exactly aligned with select.