lkjdsalkjdsalkjadslkj
This commit is contained in:
@@ -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
7
snippets/c++.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"cout": {
|
||||
"prefix": "cout",
|
||||
"body": "std::cout << ${1:EXPR} << std::endl;$0",
|
||||
"description": "Bash snippet 'cout'"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user