File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ root = true
1010
1111[* .{f90,F90} ]
1212indent_style = space
13- indent_size = 4
13+ indent_size = 2
1414trim_trailing_whitespace = true
1515max_line_length = 132
1616insert_final_newline = true
1717
1818[{CMakeLists.txt, * .cmake} ]
1919indent_style = space
20- indent_size = 4
20+ indent_size = 2
2121trim_trailing_whitespace = true
2222max_line_length = 132
2323insert_final_newline = true
@@ -38,7 +38,7 @@ insert_final_newline = true
3838
3939[* .sh ]
4040indent_style = space
41- indent_size = 4
41+ indent_size = 2
4242trim_trailing_whitespace = true
4343max_line_length = 132
4444insert_final_newline = true
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ This style guide is a living document and proposed changes may be adopted after
3030By setting and following a convention for indentation and whitespace, code reviews and git-diffs can
3131focus on the semantics of the proposed changes rather than style and formatting.
3232
33- * The body of every Fortran construct should be indented by __ 4 spaces__
33+ * The body of every Fortran construct should be indented by __ two (2) spaces__
3434* Line length * should be limited to 80 characters* and __ must not exceed 132__
3535* Please do not use <kbd >Tab</kbd > characters for indentation
3636* Please remove trailing white space before committing code
You can’t perform that action at this time.
0 commit comments