aboutsummaryrefslogtreecommitdiff
path: root/etc/nng.sublime-project
blob: 3de94b355aa5c63a8fe4f47d2d3a2464fa6296e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"folders":
	[
		{
			"path": ".."
		}
	],
	"settings":
        {
                "tab_size": 8,
                "translate_tabs_to_spaces": false,
                "uncrustify_config": "${project_dir}/uncrustify.cfg"
        }
}