Skip to content

Commit c7853e8

Browse files
authored
Merge branch 'main' into buildgeometry-parts
2 parents fad82ed + 6ee3a92 commit c7853e8

353 files changed

Lines changed: 32577 additions & 28956 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@
33
44
55
In the description field of this PR, include "resolves #XXXX" tagging the issue you are fixing. If this PR addresses the issue but doesn't completely resolve it (ie the issue should remain open after your PR is merged), write "addresses #XXXX".-->
6+
67
Resolves #[Add issue number here]
78

8-
Changes:
9+
Changes:
910
<!-- Add here what changes were made in this pull request and if possible provide links showcasing the changes. -->
1011

11-
12-
Screenshots of the change:
12+
Screenshots of the change:
1313
<!-- If applicable, add screenshots depicting the changes. -->
1414

1515
#### PR Checklist
16+
1617
<!--
1718
To check any option, replace the "[ ]" with a "[x]". Be sure to check out how it looks in the Preview tab! Feel free to remove any portion of the template that is not relevant for your issue.
1819
-->

.oxfmtrc.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"$schema": "./node_modules/oxfmt/configuration_schema.json",
3+
"ignorePatterns": [
4+
"test/manual-test-examples/*",
5+
"lib/*",
6+
".all-contributorsrc",
7+
"test/mockServiceWorker.js",
8+
"contributor_docs/project_wrapups/*",
9+
"*.json",
10+
"*.yml"
11+
],
12+
"printWidth": 80,
13+
"tabWidth": 2,
14+
"useTabs": false,
15+
"semi": true,
16+
"singleQuote": true,
17+
"trailingComma":"none",
18+
"arrowParens": "avoid"
19+
}

0 commit comments

Comments
 (0)