Skip to content

Commit

Permalink
remove vscode json formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
arzafran committed Oct 16, 2024
1 parent 337924d commit cccdd95
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@
"*.json": "jsonc",
"*.css": "css"
},
"css.lint.validProperties": [
"user-drag"
],
"css.lint.unknownAtRules": "ignore",
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
}
}
"css.lint.validProperties": ["user-drag"],
"css.lint.unknownAtRules": "ignore"
}

0 comments on commit cccdd95

Please sign in to comment.