web.sublime-project
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 18 Mar 2016 22:41:49 +0000
changeset 312 c9a8fa71d8fc
parent 133 bef72dea1e7e
permissions -rw-r--r--
Web: Fixed filtering by tags in "Results" page "Results" page not allow for filtering by tags. * If both, configuration and tags are specified, only reports for specified configurations AND with at least one of the specified tags are shown. * If only tags are specified, then all reports on all configurations having at keast one of specified tags are shown. Kudos to Jan Kurs for forcing me to fix this :-)

{
	
	"folders":
	[
	    {
	    	"path" : "web"
	    },
	    {
	    	"path" : "s"
	    }
	],

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