Revision 9d15ac7ae789c4bf797a72f7ef4e1ec07a3a3ec6 authored by Guillaume Revaillot on 16 October 2019, 14:48:09 UTC, committed by Karl Palsson on 04 January 2020, 21:53:34 UTC
1 parent db6237c
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