|
|
|
|
@ -29,6 +29,12 @@ const std::string configjson =
|
|
|
|
|
" \"show_map\": true,\n" |
|
|
|
|
" \"map_font_size\": \"1\",\n" |
|
|
|
|
" \"spellcheck_language\": \"en_US\", //Use \"\" to set language from your locale settings\n" |
|
|
|
|
" \"auto_tab_char_and_size\": true, //Use false to always use default tab char and size\n" |
|
|
|
|
" \"default_tab_char\": \" \", //Use \"\\t\" for regular tab\n" |
|
|
|
|
" \"default_tab_size\": 2,\n" |
|
|
|
|
" \"wrap_lines\": false,\n" |
|
|
|
|
" \"highlight_current_line\": true,\n" |
|
|
|
|
" \"show_line_numbers\": true,\n" |
|
|
|
|
" \"clang_types\": {\n" |
|
|
|
|
" \"8\": \"def:function\",\n" |
|
|
|
|
" \"21\": \"def:function\",\n" |
|
|
|
|
@ -43,12 +49,7 @@ const std::string configjson =
|
|
|
|
|
" \"702\": \"def:statement\",\n" |
|
|
|
|
" \"705\": \"def:comment\"\n" |
|
|
|
|
" },\n" |
|
|
|
|
" \"auto_tab_char_and_size\": true, //Use false to always use default tab char and size\n" |
|
|
|
|
" \"default_tab_char\": \" \", //Use \"\\t\" for regular tab\n" |
|
|
|
|
" \"default_tab_size\": 2,\n" |
|
|
|
|
" \"wrap_lines\": false,\n" |
|
|
|
|
" \"highlight_current_line\": true,\n" |
|
|
|
|
" \"show_line_numbers\": true\n" |
|
|
|
|
" \"clang_format_style\": \"UseTab: Never, ColumnLimit: 0\" //See http://clang.llvm.org/docs/ClangFormatStyleOptions.html\n" |
|
|
|
|
" },\n" |
|
|
|
|
" \"keybindings\": {\n" |
|
|
|
|
" \"new_file\": \"<primary>n\",\n" |
|
|
|
|
|