Revision d1dfdac0d58d95f07bc2bccc6fb8d8ceace3250e authored by William Stein on 06 January 2022, 18:47:18 UTC, committed by William Stein on 06 January 2022, 18:47:18 UTC
1 parent e81de7e
Raw File
settings.json
{
  "license-header-manager.excludeExtensions": [".sh", ".py"],
  "license-header-manager.additionalCommentStyles": [
    {
      "extension": ".coffee",
      "commentStart": "#########################################################################",
      "commentMiddle": "#",
      "commentEnd": "#########################################################################"
    },
    {
      "extension": ".cjsx",
      "commentStart": "#########################################################################",
      "commentMiddle": "#",
      "commentEnd": "#########################################################################"
    },
    {
      "extension": ".tsx",
      "commentStart": "/*",
      "commentMiddle": " * ",
      "commentEnd": " */"
    }
  ]
}
back to top