File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -25,3 +25,8 @@ indent_size = 2
25
25
[{CMakeLists.txt,* .cmake,* .rst} ]
26
26
indent_style = space
27
27
indent_size = 2
28
+
29
+ # Markdown
30
+ [* .md ]
31
+ trim_trailing_whitespace = true
32
+ indent_style = space
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
27
- Finalize profiler in MAPL_finalize call
28
28
- Fix how a retry-build is done in CI
29
29
- Fix issue with logger message and single quotes
30
+ - Fix bug with profiler reporting in programs
30
31
31
32
### Changed
32
33
@@ -36,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
36
37
- extracted helper procedures in GenericInitialize
37
38
- Added new step to CircleCI to try and re-run build on failure.
38
39
- Updated CircleCI config to use new [ GEOS-ESM/circleci-tools orb] ( https://circleci.com/developer/orbs/orb/geos-esm/circleci-tools )
40
+ - Added Markdown rules to ` .editorconfig `
39
41
40
42
## [ 2.15.1] - 2022-01-06
41
43
You can’t perform that action at this time.
0 commit comments