diff --git a/.prettierrc b/.prettierrc index 687fb83d..ff84a91c 100644 --- a/.prettierrc +++ b/.prettierrc @@ -13,5 +13,13 @@ "htmlWhitespaceSensitivity": "css", "endOfLine": "lf", "proseWrap": "preserve", - "embeddedLanguageFormatting": "auto" + "embeddedLanguageFormatting": "auto", + "overrides": [ + { + "files": "*.json", + "options": { + "printWidth": 250 + } + } + ] } diff --git a/Common/config/default.json b/Common/config/default.json index 18f10551..b2fd84b6 100644 --- a/Common/config/default.json +++ b/Common/config/default.json @@ -266,31 +266,7 @@ "pdfView": ["djvu", "xps", "oxps"], "pdfEdit": ["pdf"], "forms": ["pdf"], - "wordView": [ - "doc", - "dotm", - "dot", - "fodt", - "ott", - "rtf", - "mht", - "mhtml", - "html", - "htm", - "xml", - "epub", - "fb2", - "sxw", - "stw", - "wps", - "wpt", - "pages", - "docxf", - "oform", - "hwp", - "hwpx", - "md" - ], + "wordView": ["doc", "dotm", "dot", "fodt", "ott", "rtf", "mht", "mhtml", "html", "htm", "xml", "epub", "fb2", "sxw", "stw", "wps", "wpt", "pages", "docxf", "oform", "hwp", "hwpx", "md", "hml"], "wordEdit": ["docx", "dotx", "docm", "odt", "txt"], "cellView": ["xls", "xltm", "xlt", "fods", "ots", "sxc", "xml", "et", "ett", "numbers"], "cellEdit": ["xlsx", "xlsb", "xltx", "xlsm", "ods", "csv"],