可以使用clang-format检查格式

简介: 可以使用clang-format检查格式

今日收到gitlab的邮件,说格式有问题,要求使用clang-format。


安装

sudo apt install clang-format

查看配置

freetype当前目录下有一个文件叫.clang-format,包含一些配置。


检查

clang-format /home/wuxi/freetype-tsit/include/freetype/ftbitmap.h
目录
相关文章
|
1月前
|
存储 持续交付 开发工具
clang-format
clang-format
84 7
|
4月前
|
编译器 C++
VS Code设置C++编译器路径
VS Code设置C++编译器路径
60 0
|
7月前
|
Python
Python字符串和字节不要混淆str.format()和bytes.format()
【5月更文挑战第6天】Python字符串和字节不要混淆str.format()和bytes.format()
50 1
|
C++
Visual Studio 2019 设置手动触发 clang-format 格式化
合作开发时,.clang-format 文件会在编写代码的过程中自动执行格式化,触发某些条件将自动格式化整个文件,有可能导致代码冲突的概率提升,也会造成编码时的不便。
895 0
Visual Studio 2019 设置手动触发 clang-format 格式化
|
自然语言处理 JavaScript 前端开发
详解 clang-format 配置选项(基于 clang 8.0.0)
基于 clang 8.0.0 详解 clang-format 中涉及 C/C++ 配置选项的含义,跳过不相关的语言配置选项如 Java, Objective-C, JavaScript。
2940 0
编译OpenJDK12:test_json.cpp error C2143 语法错误
编译OpenJDK12:test_json.cpp error C2143 语法错误
85 0
|
C++
编译OpenJDK12:methodMatcher.cpp error C2220 警告被视为错误 - 没有生成“object”文件
编译OpenJDK12:methodMatcher.cpp error C2220 警告被视为错误 - 没有生成“object”文件
429 0
python format格式化函数详解
python format格式化函数详解
|
数据格式 Python
Python常见问题 - 写入数据到 excel 报 ValueError: invalid literal for int() with base 10 错误
Python常见问题 - 写入数据到 excel 报 ValueError: invalid literal for int() with base 10 错误
353 0
Python常见问题 - 写入数据到 excel 报 ValueError: invalid literal for int() with base 10 错误
|
前端开发 C++
#yyds干货盘点# 【Vs code工作记录三】设置Vs code格式化
#yyds干货盘点# 【Vs code工作记录三】设置Vs code格式化
183 0
#yyds干货盘点# 【Vs code工作记录三】设置Vs code格式化