1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-19 15:33:56 +00:00
freebsd/.clang-format

12 lines
176 B
YAML

BasedOnStyle: LLVM
---
Language: Cpp
AlwaysBreakTemplateDeclarations: true
# Disable formatting options which may break tests.
SortIncludes: false
ReflowComments: false
---