diff --git a/src/files.h b/src/files.h index 24e0cff..f0945a3 100644 --- a/src/files.h +++ b/src/files.h @@ -59,7 +59,7 @@ const std::string default_config_file = R"RAW({ "highlight_current_line": true, "show_line_numbers": true, "enable_multiple_cursors": false, - "auto_reload_changed_files": false, + "auto_reload_changed_files": true, "clang_format_style_comment": "IndentWidth, AccessModifierOffset and UseTab are set automatically. See http://clang.llvm.org/docs/ClangFormatStyleOptions.html", "clang_format_style": "ColumnLimit: 0, MaxEmptyLinesToKeep: 2, SpaceBeforeParens: Never, NamespaceIndentation: All, BreakBeforeBraces: Custom, BraceWrapping: {BeforeElse: true, BeforeCatch: true}", "clang_usages_threads_comment": "The number of threads used in finding usages in unparsed files. -1 corresponds to the number of cores available, and 0 disables the search",