Answers for "There is no formatter for 'django-html' files installed."

0

There is no formatter for 'django-html' files installed.

{
  "beautify.language": {
    "js": {
      "type": ["javascript", "json"],
      "filename": [".jshintrc", ".jsbeautifyrc"]
      // "ext": ["js", "json"]
      // ^^ to set extensions to be beautified using the javascript beautifier
    },
    "css": ["css", "scss"],
    "html": ["htm", "html", "django-html"]
    // ^^ providing just an array sets the VS Code file type
  }
}
Posted by: Guest on May-28-2020

Code answers related to "There is no formatter for 'django-html' files installed."

Code answers related to "Javascript"

Browse Popular Code Answers by Language