{
  "comments": {
    "blockComment": ["/*", "*/"]
  },
  "brackets": [["{", "}"]],
  "autoClosingPairs": [
    ["{", "}"],
    ["@include", ";"]
  ],
  "surroundingPairs": [[":", ";"]]
}
