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 = 2
13+ indent_size = 4
1414trim_trailing_whitespace = true
1515max_line_length = 132
1616insert_final_newline = true
1717
1818[{CMakeLists.txt, * .cmake} ]
1919indent_style = space
20- indent_size = 2
20+ indent_size = 4
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 = 2
41+ indent_size = 4
4242trim_trailing_whitespace = true
4343max_line_length = 132
4444insert_final_newline = true
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ focus on the semantics of the proposed changes rather than style and formatting.
2525* __ Trailing whitespace__ : All trailing whitespace must be removed
2626* __ End of File (EOF)__ : The file must end in a single new-line character
2727* __ Line length__ : __ 132__ : The Fortran 90 (and later) standard mandates lines be no longer than 132 characters
28- * __ Indentation__ : __ Two (2 ) spaces__ for all control constructs, line continuations, etc.
28+ * __ Indentation__ : __ Four (4 ) spaces__ for all control constructs, line continuations, etc.
2929* __ Line ending character__ : __ Native__ : Git will convert line endings to ` \n ` (Unix style) on commit, and will checkout files with native line endings
3030
3131## Variable naming
You can’t perform that action at this time.
0 commit comments