Skip to content

Commit

Permalink
fprettify use 2-space indent
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Mar 18, 2024
1 parent f6028e8 commit 4396b00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ 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 4
--whitespace 1 --enable-replacements --bkup_suffix .bkp
COMMAND ${FPRETTIFY_EXE} --case 1 1 1 1 1 --indent 2
--whitespace 0 --enable-replacements --bkup_suffix .bkp
"${CMAKE_SOURCE_DIR}/src/*.F90"
)
endif()

0 comments on commit 4396b00

Please sign in to comment.