Improve C++ linting, move exceptions inline

This commit is contained in:
Lovell Fuller
2019-11-14 22:06:38 +00:00
parent 1b401b1195
commit 0d1278dade
3 changed files with 4 additions and 7 deletions

View File

@@ -150,10 +150,7 @@
"cc": {
"linelength": "120",
"filter": [
"build/c++11",
"build/include",
"runtime/indentation_namespace",
"runtime/references"
"build/include"
]
}
}