Files
histogram/histogram.sublime-project
Hans Dembinski c6e24e4747 refactor
2019-01-11 00:06:25 +01:00

29 lines
417 B
Plaintext

{
"folders":
[
{
"path": "."
}
],
"settings":
{
"ClangFormat":
{
"style": "File",
"format_on_save": true
},
"trim_trailing_white_space_on_save": false,
"ensure_newline_at_eof_on_save": false,
},
"build_systems":
[
{
"name": "CMake",
"working_dir": "${project_path}/build",
"cmd": ["make && ctest"],
"shell": true,
"file_regex": "/([^/:]+):(\\d+):(\\d+): ",
}
]
}