mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-03-25 01:20:11 +00:00
fixing clag format check
This commit is contained in:
committed by
borgmanJeremy
parent
76ad9e5a6f
commit
c84b6df7d3
2
.github/workflows/clang-format.yml
vendored
2
.github/workflows/clang-format.yml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user