digital-ide/config/vhdl.configuration.json

30 lines
551 B
JSON

{
"comments": {
"lineComment": "--",
"blockComment": [ "/*", "*/" ]
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"]
],
"autoClosingPairs": [
["{" , "}"],
["[" , "]"],
["(" , ")"],
["'" , "'"],
["`" , "`"],
["\"", "\""]
],
"surroundingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"]
],
"onTypeFormatting": {
"autoFormatTriggerCharacters": ["\n"]
}
}