5 Star 12 Fork 5

Apache/log4cxx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.astylerc 972 Bytes
一键复制 编辑 原始数据 按行查看 历史
##
# Why am I here?
#
# This file exists to document which settings have been used to reformat the code in general the
# last time and to somewhat describe main aspects of the code style in use. It's NOT intended to get
# applied whenever any piece of code is changed! Instead, it IS OK to not follow these settings for
# some pieces of code, if it makes those pieces more readable in the end. Some pieces of code simply
# can not be described properly using automatic formatting rules.
#
# Example invocation:
#
# astyle --project src/main/include/*.h src/main/cpp/*.cpp
# astyle --project src/test/cpp/*.h src/test/cpp/*.cpp
#
--add-braces
--align-pointer=type
--align-reference=type
--break-blocks
--break-one-line-headers
--convert-tabs
--indent=force-tab=4
--indent-after-parens
--indent-classes
--indent-col1-comments
--indent-preproc-block
--indent-preproc-define
--indent-switches
--lineend=linux
--pad-comma
--pad-header
--pad-oper
--style=break
--suffix=none
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/apache/logging-log4cxx.git
git@gitee.com:apache/logging-log4cxx.git
apache
logging-log4cxx
log4cxx
master

搜索帮助