From 7023b687424b300800be18b18acd52f01c68df80 Mon Sep 17 00:00:00 2001 From: eidheim Date: Thu, 8 Oct 2015 10:39:43 +0200 Subject: [PATCH] Apply Fix-its now has a key that works on most systems. --- src/files.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/files.h b/src/files.h index bdf6a42..49d4021 100644 --- a/src/files.h +++ b/src/files.h @@ -74,7 +74,7 @@ const std::string configjson = " \"source_goto_method\": \"m\",\n" " \"source_rename\": \"r\",\n" " \"source_goto_next_diagnostic\": \"e\",\n" -" \"source_apply_fix_its\": \"space\",\n" +" \"source_apply_fix_its\": \"space\",\n" " \"compile_and_run\": \"Return\",\n" " \"compile\": \"Return\",\n" " \"run_command\": \"Return\",\n"