fixing clag format check

This commit is contained in:
Jeremy Borgman
2021-01-05 15:22:43 -06:00
committed by borgmanJeremy
parent 76ad9e5a6f
commit c84b6df7d3
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ jobs:
- uses: DoozyX/clang-format-lint-action@v0.9
with:
source: './src'
#exclude: './third_party ./external'
exclude: './external'
extensions: 'h,cpp'
clangFormatVersion: 11
style: file

View File

@@ -19,8 +19,8 @@
#include "colorutils.h"
#include <QPainter>
#define SPDLOG_ACTIVE_LEVEL SPDLOG_LEVEL_DEBUG
#include "spdlog/spdlog.h"
#include "spdlog/cfg/env.h"
#include "spdlog/spdlog.h"
namespace {
#define PADDING_VALUE 2