Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 4 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@


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".-->

Resolves #[Add issue number here]

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


Screenshots of the change:
Screenshots of the change:
<!-- If applicable, add screenshots depicting the changes. -->

#### PR Checklist

<!--
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.
-->
Expand Down
19 changes: 19 additions & 0 deletions .oxfmtrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"ignorePatterns": [
"test/manual-test-examples/*",
"lib/*",
".all-contributorsrc",
"test/mockServiceWorker.js",
"contributor_docs/project_wrapups/*",
"*.json",
"*.yml"
],
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma":"none",
"arrowParens": "avoid"
}
Loading
Loading