File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ root = true
10
10
11
11
[* .{f90,F90} ]
12
12
indent_style = space
13
- indent_size = 2
13
+ indent_size = 4
14
14
trim_trailing_whitespace = true
15
15
max_line_length = 132
16
16
insert_final_newline = true
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ This style guide is a living document and proposed changes may be adopted after
29
29
By setting and following a convention for indentation and whitespace, code reviews and git-diffs can
30
30
focus on the semantics of the proposed changes rather than style and formatting.
31
31
32
- * The body of every Fortran construct should be indented by __ two (2 ) spaces__
32
+ * The body of every Fortran construct should be indented by __ two (4 ) spaces__
33
33
* Line length * should be limited to 80 characters* and __ must not exceed 132__
34
34
* Please do not use <kbd >Tab</kbd > characters for indentation
35
35
* Please remove trailing white space before committing code
You can’t perform that action at this time.
0 commit comments