tabs or spaces

This commit is contained in:
Bryan MacFarlane
2020-03-30 10:46:01 -04:00
parent 89c89c5036
commit e36ce1d6cf
2 changed files with 12 additions and 12 deletions

View File

@ -4,7 +4,7 @@
"owner": "go",
"pattern": [
{
"regexp": "(\\.{0,2}[\\/\\\\].+\\.go):(?:(\\d+):(\\d+):)? (.*)",
"regexp": "^\\s*(\\.{0,2}[\\/\\\\].+\\.go):(?:(\\d+):(\\d+):)? (.*)",
"file": 1,
"line": 2,
"column": 3,