From 5fe35847344497f185bf676dafd9a8dd509342a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Wed, 29 Jan 2020 10:04:06 -0700 Subject: [PATCH] Fix a typo ("four" instead of "two") This is an omission that was supposed to be part of #60, but we missed it. This PR fixes it. --- STYLE_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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