refactor: 移除clang-tidy配置,更新gitignore
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@
|
||||
.vscode/**
|
||||
bin
|
||||
build
|
||||
CMakeUserPresets.json
|
||||
@@ -3,7 +3,6 @@ cmake_minimum_required(VERSION 3.28...3.30)
|
||||
project(logging)
|
||||
|
||||
set(CMAKE_C_STANDARD 99)
|
||||
set(CMAKE_C_CLANG_TIDY "clang-tidy")
|
||||
|
||||
if(MSVC)
|
||||
add_compile_options("/source-charset:utf-8")
|
||||
|
||||
Reference in New Issue
Block a user