File tree 2 files changed +4
-4
lines changed 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 = 2
13
+ indent_size = 4
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 = 2
20
+ indent_size = 4
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 = 2
41
+ indent_size = 4
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 @@ -25,7 +25,7 @@ focus on the semantics of the proposed changes rather than style and formatting.
25
25
* __ Trailing whitespace__ : All trailing whitespace must be removed
26
26
* __ End of File (EOF)__ : The file must end in a single new-line character
27
27
* __ 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.
29
29
* __ Line ending character__ : __ Native__ : Git will convert line endings to ` \n ` (Unix style) on commit, and will checkout files with native line endings
30
30
31
31
## Variable naming
You can’t perform that action at this time.
0 commit comments