diff --git a/STYLE_GUIDE.md b/STYLE_GUIDE.md index c7f885cee..612257e97 100644 --- a/STYLE_GUIDE.md +++ b/STYLE_GUIDE.md @@ -29,7 +29,7 @@ This style guide is a living document and proposed changes may be adopted after By setting and following a convention for indentation and whitespace, code reviews and git-diffs can focus on the semantics of the proposed changes rather than style and formatting. -* The body of every Fortran construct should be indented by __two (4) spaces__ +* The body of every Fortran construct should be indented by __four (4) spaces__ * Line length *should be limited to 80 characters* and __must not exceed 132__ * Please do not use Tab characters for indentation * Please remove trailing white space before committing code