Merge pull request #312 from ZogStriP/patch-2

updated sublime-project settings
This commit is contained in:
Robin Ward 2013-03-01 07:23:54 -08:00
commit 5599638e60

View File

@ -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"
}
}