Skip to content

Commit

Permalink
Let's use 4 spaces instead of 2
Browse files Browse the repository at this point in the history
I think most people agreed to use 4 spaces instead of just 2.
  • Loading branch information
certik committed Dec 31, 2019
1 parent 961b5ad commit ce7ff40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STYLE_GUIDE.md
Expand Up @@ -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 (2) spaces__
* The body of every Fortran construct should be indented by __two (4) spaces__
* Line length *should be limited to 80 characters* and __must not exceed 132__
* Please do not use <kbd>Tab</kbd> characters for indentation
* Please remove trailing white space before committing code
Expand Down

0 comments on commit ce7ff40

Please sign in to comment.