lkjdsalkjdsalkjadslkj

This commit is contained in:
2025-03-15 03:43:26 +01:00
parent 3557838cf5
commit 873730d300
2 changed files with 8 additions and 0 deletions

View File

@@ -35,6 +35,7 @@
"vertical_scroll_margin": 5,
"wrap_guides": [80],
"tabs": {
"activate_on_close": "left_neighbour", // default is 'history'
"file_icons": true
},
"indent_guides": {

7
snippets/c++.json Normal file
View File

@@ -0,0 +1,7 @@
{
"cout": {
"prefix": "cout",
"body": "std::cout << ${1:EXPR} << std::endl;$0",
"description": "Bash snippet 'cout'"
}
}