Dont enforce max width if 0

And shrink version number a bit
This commit is contained in:
Epicpkmn11
2019-11-03 19:03:48 -06:00
parent 14f8d11359
commit 644855efcf
3 changed files with 25 additions and 2 deletions
+19
View File
@@ -0,0 +1,19 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Make",
"command": "make",
"args": ["-s"],
"group": {
"kind": "build",
"isDefault": true
},
"presentation": {
"reveal": "silent"
}
}
]
}