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
10
10
11
11
[* .{f90,F90} ]
12
12
indent_style = space
13
- indent_size = 4
13
+ indent_size = 2
14
14
trim_trailing_whitespace = true
15
15
max_line_length = 132
16
16
insert_final_newline = true
17
17
18
18
[{CMakeLists.txt, * .cmake} ]
19
19
indent_style = space
20
- indent_size = 4
20
+ indent_size = 2
21
21
trim_trailing_whitespace = true
22
22
max_line_length = 132
23
23
insert_final_newline = true
@@ -38,7 +38,7 @@ insert_final_newline = true
38
38
39
39
[* .sh ]
40
40
indent_style = space
41
- indent_size = 4
41
+ indent_size = 2
42
42
trim_trailing_whitespace = true
43
43
max_line_length = 132
44
44
insert_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
30
30
By setting and following a convention for indentation and whitespace, code reviews and git-diffs can
31
31
focus on the semantics of the proposed changes rather than style and formatting.
32
32
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__
34
34
* Line length * should be limited to 80 characters* and __ must not exceed 132__
35
35
* Please do not use <kbd >Tab</kbd > characters for indentation
36
36
* Please remove trailing white space before committing code
You can’t perform that action at this time.
0 commit comments