Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2507)

Unified Diff: docs/vscode.md

Issue 2729853008: change clang-format settings in docs/vscode.md and docs/qtcreator.md (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « docs/qtcreator.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
}
```
« no previous file with comments | « docs/qtcreator.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698