web.sublime-project
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sun, 14 Jul 2013 00:16:41 +0100
changeset 124 e5582f62aab5
parent 114 c42ae33ccc2f
child 133 bef72dea1e7e
permissions -rw-r--r--
Fixed command line argument handling and error reporting.

{
	
	"folders":
	[
	    {
	    	"path" : "web/app"
	    }
	],

	"settings":
	{
	  "tab_size": 2,
	  "translate_tabs_to_spaces": true
	}
}