We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9a7621 commit 341c7c3Copy full SHA for 341c7c3
4 files changed
.clang-format
@@ -1,5 +1,5 @@
1
BasedOnStyle: Google
2
-ColumnLimit: 100
+ColumnLimit: 160
3
IndentWidth: 4
4
AccessModifierOffset: -4
5
BreakBeforeBraces: Allman
lib/include/cpuscope_lib.hpp
@@ -4,7 +4,6 @@
#include <span>
#include <string>
6
#include <string_view>
7
-#include <vector>
8
9
namespace cpuscope
10
{
lib/include/version.hpp
@@ -5,7 +5,7 @@
-std::string get_version()
+inline std::string get_version()
return "0.1.0";
11
}
lib/src/cpuscope_lib.cpp
@@ -1,4 +1,6 @@
-#include "cpuscope_lib.hpp"
+// Linter error: Will be resolved once the library has more functionality and is no longer a
+// placeholder.
+// #include "cpuscope_lib.hpp"
0 commit comments