| 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",
|
| }
|
| ```
|
|
|
|
|