Revision 341bd84cb9015668e8eb7b132eaf1cc46cfa3f53 authored by Karl Palsson on 06 March 2020, 01:10:20 UTC, committed by Karl Palsson on 06 March 2020, 01:10:20 UTC
Move shifts and masks outside groups to clarify docs from a user point
of view. fix missing or broken groupings
1 parent 4953d67
Raw File
locm3.sublime-project
{
	"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"]
		}
	]
}
back to top