Skip to content

Commit

Permalink
updated to match "misc" repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Guymer committed Oct 5, 2024
1 parent 6aca295 commit ab5699a
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"editor.rulers": [
"editor.codeLens" : false,
"editor.rulers" : [
80,
160
],
"files.trimTrailingWhitespace": true,
"git.detectSubmodulesLimit": 512,
"pylint.path": [
"files.trimTrailingWhitespace" : true,
"fortran.linter.compilerPath" : "/opt/local/bin/mpif90-openmpi-gcc14",
"fortran.fortls.disabled" : true,
"git.detectSubmodulesLimit" : 512,
"pylint.path" : [
"/opt/local/bin/pylint-3.12"
]
],
"python.defaultInterpreterPath" : "/opt/local/bin/python3.12",
}

0 comments on commit ab5699a

Please sign in to comment.