Skip to content

Commit

Permalink
chore(fmt): purge some tabs in favor of spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaka91 committed Oct 7, 2024
1 parent 04176d7 commit d6f37f9
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 45 deletions.
40 changes: 20 additions & 20 deletions book/biome.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"formatter": {
"indentStyle": "space",
"indentWidth": 2,
"lineWidth": 100
},
"vcs": {
"enabled": true,
"clientKind": "git",
"defaultBranch": "main"
}
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"formatter": {
"indentStyle": "space",
"indentWidth": 2,
"lineWidth": 100
},
"vcs": {
"enabled": true,
"clientKind": "git",
"defaultBranch": "main"
}
}
10 changes: 5 additions & 5 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ version = 2
[licenses]
version = 2
allow = [
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"MIT",
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"MIT",
]
exceptions = [
{ allow = ["MPL-2.0"], name = "option-ext" },
Expand Down
40 changes: 20 additions & 20 deletions vscode-extension/biome.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"formatter": {
"indentStyle": "space",
"indentWidth": 2,
"lineWidth": 100
},
"vcs": {
"enabled": true,
"clientKind": "git",
"defaultBranch": "main"
}
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"formatter": {
"indentStyle": "space",
"indentWidth": 2,
"lineWidth": 100
},
"vcs": {
"enabled": true,
"clientKind": "git",
"defaultBranch": "main"
}
}

0 comments on commit d6f37f9

Please sign in to comment.