Merge pull request #301 from budnik/master

fixed syntax error in sublime-project
This commit is contained in:
Robin Ward 2013-02-28 12:24:24 -08:00
commit b3e3478a5c
1 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,6 @@
// indentation
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"trim_trailing_white_space_on_save": true
}
}