We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6661975 commit 101ca72Copy full SHA for 101ca72
STYLE_GUIDE.md
@@ -42,6 +42,15 @@ focus on the semantics of the proposed changes rather than style and formatting.
42
* Where conventional and appropriate shortening of a word is used then the underscore may be omitted,
43
for example `linspace` is preferred over `lin_space`
44
45
+## Order of attributes
46
+
47
+Similiar to the guidlines for indentation and whitespace, specifiying the order of appearance of attributes can help reviewing code and git-diffs.
48
49
+1. ```dimension```
50
+2. ```allocatable```
51
+3. ```intent(intent-spec)```
52
+4. ```optional```
53
54
## End <scope> block closing statements
55
56
Fortran allows certain block constructs or scopes to include the name of the program unit in the end statement.
0 commit comments