-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from GEOS-ESM/feature/mathomp4/sles15
Updates needed to run on SLES15 at NCCS
- Loading branch information
Showing
7 changed files
with
262 additions
and
459 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Global Editor Config for MAPL | ||
# | ||
# This is an ini style configuration. See http://editorconfig.org/ for more information on this file. | ||
# | ||
# Top level editor config. | ||
root = true | ||
|
||
# Always use Unix style new lines with new line ending on every file and trim whitespace | ||
[*] | ||
end_of_line = lf | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
|
||
# Python: PEP8 defines 4 spaces for indentation | ||
[*.py] | ||
indent_style = space | ||
indent_size = 4 | ||
|
||
# YAML format, 2 spaces | ||
[{*.yaml,*.yml}] | ||
indent_style = space | ||
indent_size = 2 | ||
|
||
# CMake (from KitWare: https://github.com/Kitware/CMake/blob/master/.editorconfig) | ||
[{CMakeLists.txt,*.cmake,*.rst}] | ||
indent_style = space | ||
indent_size = 2 | ||
|
||
# Markdown | ||
[*.md] | ||
trim_trailing_whitespace = true | ||
indent_style = space |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.