From 54255318f18ea6761fd586a40a282878dc05a7dd Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Thu, 3 Oct 2013 13:29:04 -0700 Subject: [PATCH] Changing line endings for settings.json to unix --- python/ycm/server/default_settings.json | 33 ++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/python/ycm/server/default_settings.json b/python/ycm/server/default_settings.json index 1f55dd30..ff263f0e 100644 --- a/python/ycm/server/default_settings.json +++ b/python/ycm/server/default_settings.json @@ -1 +1,32 @@ -{ "filepath_completion_use_working_dir": 0, "min_num_of_chars_for_completion": 2, "semantic_triggers": {}, "collect_identifiers_from_comments_and_strings": 0, "filetype_specific_completion_to_disable": { "gitcommit": 1 }, "collect_identifiers_from_tags_files": 0, "extra_conf_globlist": [], "global_ycm_extra_conf": "", "confirm_extra_conf": 1, "complete_in_comments": 0, "complete_in_strings": 1, "min_num_identifier_candidate_chars": 0, "max_diagnostics_to_display": 30, "auto_stop_csharp_server": 1, "seed_identifiers_with_syntax": 0, "csharp_server_port": 2000, "filetype_whitelist": { "*": "1" }, "auto_start_csharp_server": 1, "filetype_blacklist": { "tagbar": "1", "qf": "1", "notes": "1", "markdown": "1", "unite": "1", "text": "1" } } \ No newline at end of file +{ + "filepath_completion_use_working_dir": 0, + "min_num_of_chars_for_completion": 2, + "semantic_triggers": {}, + "collect_identifiers_from_comments_and_strings": 0, + "filetype_specific_completion_to_disable": { + "gitcommit": 1 + }, + "collect_identifiers_from_tags_files": 0, + "extra_conf_globlist": [], + "global_ycm_extra_conf": "", + "confirm_extra_conf": 1, + "complete_in_comments": 0, + "complete_in_strings": 1, + "min_num_identifier_candidate_chars": 0, + "max_diagnostics_to_display": 30, + "auto_stop_csharp_server": 1, + "seed_identifiers_with_syntax": 0, + "csharp_server_port": 2000, + "filetype_whitelist": { + "*": "1" + }, + "auto_start_csharp_server": 1, + "filetype_blacklist": { + "tagbar": "1", + "qf": "1", + "notes": "1", + "markdown": "1", + "unite": "1", + "text": "1" + } +}