Replace jade with pug. Fixes #18219

This commit is contained in:
Martin Aeschlimann
2017-01-30 21:59:26 +01:00
parent c01ba26f61
commit cc8df7305b
9 changed files with 40 additions and 18 deletions

View File

@@ -0,0 +1,24 @@
{
"comments": {
"lineComment": "//-"
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"]
],
"autoClosingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["'", "'"],
["\"", "\""]
],
"surroundingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["'", "'"],
["\"", "\""]
]
}