Skip to content

Commit 5fe3584

Browse files
committed
Fix a typo ("four" instead of "two")
This is an omission that was supposed to be part of fortran-lang#60, but we missed it. This PR fixes it.
1 parent 11002bd commit 5fe3584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

STYLE_GUIDE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This style guide is a living document and proposed changes may be adopted after
2929
By setting and following a convention for indentation and whitespace, code reviews and git-diffs can
3030
focus on the semantics of the proposed changes rather than style and formatting.
3131

32-
* The body of every Fortran construct should be indented by __two (4) spaces__
32+
* The body of every Fortran construct should be indented by __four (4) spaces__
3333
* Line length *should be limited to 80 characters* and __must not exceed 132__
3434
* Please do not use <kbd>Tab</kbd> characters for indentation
3535
* Please remove trailing white space before committing code

0 commit comments

Comments
 (0)