[add] files

This commit is contained in:
2021-04-09 23:15:58 +05:30
parent c82da78107
commit 77a7edef2a
18 changed files with 5281 additions and 0 deletions

21
bf-configuration.json Normal file
View File

@@ -0,0 +1,21 @@
{
"_comments":{
"lineComment":"--",
"blockComment":["/*","*/"]
},
"brackets":[
["(",")"]
],
"autoClosingPairs":[
["(",")"]
],
"surroundingPairs":[
["(",")"]
],
"folding": {
"markers": {
"start": "^\\s*(//)|(--)\\s*#?region\\b",
"end": "^\\s*(//)|(--)\\s*#?endregion\\b"
}
}
}