Welcome to mirror list, hosted at ThFree Co, Russian Federation.

locm3.sublime-project - github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 19e61279e811c092ac966723961f4281303a41ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
	"folders":
	[
		{
			"path": ".",
			"file_exclude_patterns":
			[
				"*.o",
				"*.a",
				"*.d",
				"*.sublime-project",
				"*.sublime-workspace",
				"*.swp"
			],
			"folder_exclude_patterns":
			[
			]
		}
	],
	"settings":
	{
		"tab_size": 8,
		"translate_tabs_to_spaces": false,
		"rulers": [80]
	},
	"build_systems":
	[
		{
			"name": "libopencm3",
			"working_dir": "${project_path}",
			"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
			"cmd": ["make"]
		}
	]
}