gadget-kspconsole/unicore-mx/ucmx.sublime-project
Daniele Lacamera b8a7ffcd31 Initial import
2023-11-27 15:16:45 +01:00

35 lines
486 B
Text

{
"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": "unicore-mx",
"working_dir": "${project_path}",
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
"cmd": ["make"]
}
]
}