Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepend default line length arguments instead of appending them
Currently, the default line length arguments for the gfortran linter are appended AFTER the users extraArgs. Since in gfortran, the last occurrence of an argument that is passed multiple times will be taken, the default line length arguments will always overwrite what a user has explicitly set in extraArgs. By prepending the default line length arguments instead, a user should now have the possibility to overwrite the default.
- Loading branch information