Skip to content

Commit b3f62a8

Browse files
committed
format: set KeepEmptyLines.AtStartOfFile: false
1 parent b61de43 commit b3f62a8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ JavaScriptWrapImports: true
190190
KeepEmptyLines:
191191
AtEndOfFile: false
192192
AtStartOfBlock: false
193-
AtStartOfFile: true
193+
AtStartOfFile: false
194194
LambdaBodyIndentation: Signature
195195
LineEnding: DeriveLF
196196
MacroBlockBegin: ''

src/bsoncxx/include/bsoncxx/v_noabi/bsoncxx/builder/stream/key_context.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
// Copyright 2009-present MongoDB, Inc.
32
//
43
// Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)