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

Unified Diff: docs/linux_sublime_dev.md

Issue 2225943004: Sublime docs: Use unix line endings by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/linux_sublime_dev.md
diff --git a/docs/linux_sublime_dev.md b/docs/linux_sublime_dev.md
index 52adad4b69ac8ffcb8ec05cea83e1c1c990ffec4..8580b0457123a76fbadae19d2409df05c29ca489 100644
--- a/docs/linux_sublime_dev.md
+++ b/docs/linux_sublime_dev.md
@@ -73,6 +73,9 @@ Here are some settings that help match the Chromium style guide:
"draw_white_space": "all",
"enable_tab_scrolling": false,
"highlight_line": true,
+
+ // Mainly for Windows, but harmless on Mac/Linux
+ "default_line_ending": "unix",
}
```
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698