fixed syntax error in sublime-project

This commit is contained in:
Dmtiriy Budnik 2013-02-28 21:20:09 +02:00
parent a3b1ae7793
commit 5b45e4a52d

View file

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