Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA authored Mar 21, 2024
1 parent e5b8f4f commit 4502c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ if(F90_AUTOFORMAT)
message(STATUS "Creating 'fprettify' target to directly update src/*.F90")
add_custom_target(
fprettify
COMMAND ${FPRETTIFY_EXE} --case 1 1 1 1 1 --indent 2
COMMAND ${FPRETTIFY_EXE} --case 1 1 1 1 1 --indent 4
--whitespace 0 --enable-replacements --bkup_suffix .bkp
"${CMAKE_SOURCE_DIR}/src/*.F90"
)
Expand Down

0 comments on commit 4502c9a

Please sign in to comment.