diff options
author | listout <listout@protonmail.com> | 2022-02-26 20:22:46 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-02-26 20:22:46 +0530 |
commit | 8f642d70c66e211a89d040b5d0f4a8549b52d8f8 (patch) | |
tree | 03fd833936817570b65353e14ce451047381768c | |
parent | e64c5e2daf18bf2c459e0347cf7a2b56d18abdaf (diff) |
new filetypes to format on save
-rw-r--r-- | coc-settings.json | 7 |
1 files changed, 2 insertions, 5 deletions
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, |