File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ PenaltyExcessCharacter: 1000000
93
93
PenaltyReturnTypeOnItsOwnLine : 100
94
94
PointerAlignment : Right
95
95
ReflowComments : true
96
- SortIncludes : true
96
+ SortIncludes : false
97
97
SortUsingDeclarations : true
98
98
SpaceAfterCStyleCast : true
99
99
SpaceAfterTemplateKeyword : true
Original file line number Diff line number Diff line change 1
1
# FANS Changelog
2
2
3
+ ## v0.1.1
4
+
5
+ - Disable sorting of includes in clang-format https://github.com/DataAnalyticsEngineering/FANS/pull/7
6
+
3
7
## v0.1.0
4
8
5
9
- Add release guide and a Changelog file https://github.com/DataAnalyticsEngineering/FANS/pull/4
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.0...3.28)
5
5
# ##############################################################################
6
6
7
7
project (FANS
8
- VERSION 0.1.0
8
+ VERSION 0.1.1
9
9
LANGUAGES C CXX
10
10
)
11
11
Original file line number Diff line number Diff line change 1
- #include " reader.h"
2
1
#include " general.h"
2
+ #include " reader.h"
3
3
4
4
#include " H5Cpp.h"
5
5
#include " fftw3-mpi.h"
You can’t perform that action at this time.
0 commit comments