You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
keyboard-layout-editor/kb.sublime-project

28 lines
437 B
Plaintext

{
"folders":
[
{
"name": "Root",
"path": "."
}
],
"settings":
{
"tab_size": 2,
"translate_tabs_to_spaces": true,
"build_system": "Automatic",
//SublimeOnSaveBuild package (optional)
"filename_filter": "\\.(css|js|sass|less|scss|y)$",
"build_on_save": 1
},
"build_systems":
[
{
"name": "Make",
"working_dir" : "$project_path",
"cmd": ["make"]
}
]
}