Browse Source

Added missing newline after save_on_compile_or_run

merge-requests/365/head
eidheim 10 years ago
parent
commit
8e5687fab6
  1. 2
      src/files.h

2
src/files.h

@ -130,7 +130,7 @@ const std::string configjson =
" \"cmake_command\": \"cmake\",\n"
#endif
" \"make_command\": \"cmake --build .\",\n"
" \"save_on_compile_or_run\": false"
" \"save_on_compile_or_run\": false\n"
" },\n"
" \"documentation_searches\": {\n"
" \"clang\": {\n"

Loading…
Cancel
Save