how to format c++ code in sublime text 3 code example
Example: c++ compiler for sublime text
{ "shell_cmd": "g++ \"${file}\" -o \"${file_path}\\\\${file_base_name}\"", "file_regex": "^(..[^:]):([0-9]+):?([0-9]+)?:? (.)$","working_dir": "${file_path}", "selector": "source.c, source.c++", "variants": [ {...