mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
40 lines
612 B
TOML
40 lines
612 B
TOML
[global]
|
|
excludes = [
|
|
"**/Doxyfile",
|
|
"**/Makefile",
|
|
"*.*-format",
|
|
"*.S",
|
|
"*.cmm",
|
|
"*.css",
|
|
"*.dld",
|
|
"*.gdb",
|
|
"*.gif",
|
|
"*.gitignore",
|
|
"*.html",
|
|
"*.ini",
|
|
"*.josh",
|
|
"*.json",
|
|
"*.md",
|
|
"*.png",
|
|
"*.puml",
|
|
"*.py",
|
|
"*.rb",
|
|
"*.rst",
|
|
"*.s",
|
|
"*.sh",
|
|
"*.spec",
|
|
"*.toml",
|
|
"*.txt",
|
|
"*.yaml",
|
|
"*.yml",
|
|
"docker/**",
|
|
"scripts/clang-format-wrapper",
|
|
"include/etl/generators/**",
|
|
"include/etl/private/*_cpp03.h"
|
|
]
|
|
|
|
[formatter.cpp]
|
|
command = "scripts/clang-format-wrapper"
|
|
options = [ "-i", "--style=file" ]
|
|
includes = [ "*.c", "*.cc", "*.cpp", "*.h", "*.hh", "*.hpp" ]
|