So, why is `clang-format -i -style=file osquery/de...
# core
s
So, why is
clang-format -i -style=file osquery/devtools/shell.cpp
different than what the CI check does? They disagree about things like:
Copy code
-    struct rusage sEnd {};
+    struct rusage sEnd{};
Ah., it's
SpaceBeforeCpp11BracedList
which is new in clang7