File tree Expand file tree Collapse file tree 3 files changed +21
-15
lines changed Expand file tree Collapse file tree 3 files changed +21
-15
lines changed Original file line number Diff line number Diff line change
1
+ # https://editorconfig.org
2
+ root = true
3
+
4
+ [* ]
5
+ indent_style = tab
6
+ end_of_line = lf
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ pnpm-lock.yaml
4
4
.vscode /setting.json
5
5
test-fixtures
6
6
test-snapshots
7
+ playwright-report
Original file line number Diff line number Diff line change 1
1
{
2
- "printWidth": 110,
3
- "singleQuote": false,
4
- "semi": true,
5
- "useTabs": false,
6
- "tabWidth": 2,
7
- "trailingComma": "es5",
8
- "overrides": [
9
- {
10
- "// comment": "wrangler doesn't seem to accept wrangler.jsonc with trailing commas",
11
- "files": ["**/wrangler.jsonc"],
12
- "options": {
13
- "trailingComma": "none"
14
- }
15
- }
16
- ]
2
+ "printWidth": 110,
3
+ "singleQuote": false,
4
+ "semi": true,
5
+ "useTabs": true,
6
+ "trailingComma": "es5",
7
+ "overrides": [
8
+ {
9
+ "// comment": "wrangler doesn't seem to accept wrangler.jsonc with trailing commas",
10
+ "files": ["**/wrangler.jsonc"],
11
+ "options": {
12
+ "trailingComma": "none"
13
+ }
14
+ }
15
+ ]
17
16
}
You can’t perform that action at this time.
0 commit comments