From 0d117a91911febc2e8715b19b76af700a2f32e99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Fri, 1 Mar 2013 15:23:10 +0100 Subject: [PATCH] updated sublime-project settings 'default_line_ending' is set to LF so it doesn't break line-ending-sensitive specs on Windows (like oneboxer's) --- sublime-project | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sublime-project b/sublime-project index 11c3509c4da..a2735e98e65 100644 --- a/sublime-project +++ b/sublime-project @@ -21,6 +21,8 @@ // indentation "tab_size": 2, "translate_tabs_to_spaces": true, - "trim_trailing_white_space_on_save": true + "trim_trailing_white_space_on_save": true, + // ensure line endings is linux style (even when on Windows) + "default_line_ending": "LF" } }