From 5b45e4a52dd44ce9acaa637402d1d766a7590c89 Mon Sep 17 00:00:00 2001 From: Dmtiriy Budnik Date: Thu, 28 Feb 2013 21:20:09 +0200 Subject: [PATCH] fixed syntax error in sublime-project --- sublime-project | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sublime-project b/sublime-project index abfe4484f..f3de5e867 100644 --- a/sublime-project +++ b/sublime-project @@ -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 } } \ No newline at end of file