Skip to content

Commit

Permalink
out-of-core hierarchy gen. needs testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-schuetz committed Oct 2, 2022
1 parent 867c056 commit 9c07a0b
Show file tree
Hide file tree
Showing 3 changed files with 14,047 additions and 14,061 deletions.
6 changes: 4 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@
},
"files.trimTrailingWhitespace": false,
"editor.fontSize": 28,
"editor.autoIndent": false,
"editor.autoIndent": "advanced",
"editor.detectIndentation": false,
"editor.insertSpaces": false,
"editor.minimap.enabled": false,
"editor.autoClosingBrackets": false,
"editor.autoClosingBrackets": "never",
"editor.formatOnType": false,
"editor.acceptSuggestionOnEnter": "off",
"editor.acceptSuggestionOnCommitCharacter": false,
"editor.mouseWheelZoom": true,
"editor.renderWhitespace": "all",
"editor.autoClosingQuotes": "never",
"editor.autoSurround": "never",
}
Loading

0 comments on commit 9c07a0b

Please sign in to comment.