summaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorRazvan Becheriu <razvan@isc.org>2023-09-15 10:40:30 +0200
committerRazvan Becheriu <razvan@isc.org>2023-09-15 10:50:24 +0200
commit1ea7274b5f19550110517f8bf59ff82800fd6bf9 (patch)
treefd21bbb3d4ca0eecd246e87835eb72ec724fd32e /.clang-format
parent[#2967] addressed comments (diff)
downloadkea-1ea7274b5f19550110517f8bf59ff82800fd6bf9.tar.xz
kea-1ea7274b5f19550110517f8bf59ff82800fd6bf9.zip
[#2967] fixed clang-format settings
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format1
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index 66a5dd3eb1..4752408333 100644
--- a/.clang-format
+++ b/.clang-format
@@ -69,7 +69,6 @@ IndentFunctionDeclarationAfterType: false
IndentWidth: 4
IndentWrappedFunctionNames: false
KeepEmptyLinesAtTheStartOfBlocks: false
-KeepEmptyLinesAtTheStartOfBlocks: true
Language: Cpp
MaxEmptyLinesToKeep: 1
NamespaceIndentation: None