blob: 80222c5de310e50b20027d938e0df7bc4593f179 [file] [log] [blame]
// Copyright 2023 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
{
"gerrit.auth.url": "chromium-review.googlesource.com",
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
},
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [
88
],
"files.autoSave": "afterDelay",
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
},
"isort.args": [
"--profile",
"black"
],
"cSpell.customDictionaries": {
"project-words": {
"name": "project-words",
"path": "${workspaceRoot}/project-words.txt",
"description": "Words used in this project",
"addWords": true
},
"custom": true, // Enable the `custom` dictionary
"internal-terms": false // Disable the `internal-terms` dictionary
},
"gitlens.advanced.blame.customArguments": [
"--ignore-revs-file",
".git-blame-ignore-revs"
],
"editor.defaultFormatter": null,
}