Chromium Code Reviews| Index: docs/vscode.md |
| diff --git a/docs/vscode.md b/docs/vscode.md |
| index 474de314aa25af70e297b1e0ed565afb8f90a7e8..7f413ea9f22d0a326a9615ea4acd78e5eded0937 100644 |
| --- a/docs/vscode.md |
| +++ b/docs/vscode.md |
| @@ -44,7 +44,8 @@ settings. |
| "ycmd.confirm_extra_conf": false, |
| "ycmd.use_imprecise_get_type": true, |
| // clang-format |
| - "clang-format.style": "Chromium", |
| + "clang-format.executable": "<your_depot_tools>/clang-format", |
| + "clang-format.style": "file", |
| "editor.formatOnSave": true |
|
Nico
2017/03/03 18:28:19
i wouldn't set this; much of the tree isn't format
|
| } |
| ``` |