[add] files
This commit is contained in:
21
bf-configuration.json
Normal file
21
bf-configuration.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"_comments":{
|
||||
"lineComment":"--",
|
||||
"blockComment":["/*","*/"]
|
||||
},
|
||||
"brackets":[
|
||||
["(",")"]
|
||||
],
|
||||
"autoClosingPairs":[
|
||||
["(",")"]
|
||||
],
|
||||
"surroundingPairs":[
|
||||
["(",")"]
|
||||
],
|
||||
"folding": {
|
||||
"markers": {
|
||||
"start": "^\\s*(//)|(--)\\s*#?region\\b",
|
||||
"end": "^\\s*(//)|(--)\\s*#?endregion\\b"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user