Files
histogram/histogram.sublime-project
Hans Dembinski d010101a40 refactoring
2018-10-27 14:18:01 +02:00

30 lines
418 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+): ",
}
]
}