Cleanup of preferences: enable_clang_tidy changed to clang_tidy_enable, and enable_clang_detailed_preprocessing_record changed to clang_detailed_preprocessing_record
"clang_format_style_comment":"IndentWidth, AccessModifierOffset and UseTab are set automatically. See http://clang.llvm.org/docs/ClangFormatStyleOptions.html",
"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",
"clang_usages_threads":-1,
"enable_clang_tidy_comment":"Enable clang-tidy in new C/C++ buffers",
"enable_clang_tidy":false,
"clang_tidy_enable_comment":"Enable clang-tidy in new C/C++ buffers",
"clang_tidy_enable":false,
"clang_tidy_checks_comment":"In new C/C++ buffers, these checks are appended to the value of 'Checks' in the .clang-tidy file, if any",
"clang_tidy_checks":"",
"enable_clang_detailed_preprocessing_record_comment":"Set to true to include all macro definitions and instantiations when parsing C/C++ buffers, at the cost of increased resource use. You should reopen buffers and delete build/.usages_clang after changing this option.",
"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",
"clang_usages_threads":-1,
"clang_detailed_preprocessing_record_comment":"Set to true to, at the cost of increased resource use, include all macro definitions and instantiations when parsing new C/C++ buffers. You should reopen buffers and delete build/.usages_clang after changing this option.",