From 8f642d70c66e211a89d040b5d0f4a8549b52d8f8 Mon Sep 17 00:00:00 2001 From: listout Date: Sat, 26 Feb 2022 20:22:46 +0530 Subject: new filetypes to format on save --- coc-settings.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'coc-settings.json') diff --git a/coc-settings.json b/coc-settings.json index 6cbca54..1a5c4e0 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -14,14 +14,11 @@ "markdown.pandoc" ], "coc.preferences.formatOnSaveFiletypes": [ - "java", "c", "cpp", "jsonc", - "sql", - "python", - "html", - "php" + "json", + "python" ], "diagnostic.warningSign": "!!", "diagnostic.enableSign": false, -- cgit v1.2.3