mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-05-10 07:20:58 +00:00
13 lines
No EOL
307 B
JSON
13 lines
No EOL
307 B
JSON
{
|
|
"java.configuration.updateBuildConfiguration": "automatic",
|
|
"githubPullRequests.ignoredPullRequestBranches": [
|
|
"main"
|
|
],
|
|
"rust-analyzer.linkedProjects": [
|
|
".\\rust\\Cargo.toml"
|
|
],
|
|
"files.associations": {
|
|
"*.html.erb": "erb",
|
|
"cstring": "cpp"
|
|
}
|
|
} |