hacking.sublime-project
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 09 Apr 2015 15:04:14 +0100
changeset 4 ca45a88235bd
parent 0 2c329a84bd89
permissions -rw-r--r--
Minor fixes in GDB scripts.

{

	"folders":
	[
	    {
	    	"path" : "stx"
        },
        {
            "path" : "tapset"
        },
        {
            "path" : "tapscripts"
        },
        {
            "path" : "c"
        }
	],

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