Skip to content

Commit 33bfb4e

Browse files
authored
Adding to .clang-format command to insert newline EOF (project-chip#33201)
1 parent ae5d772 commit 33bfb4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.clang-format

+1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ SpacesInSquareBrackets: false
106106
Standard: Cpp11
107107
TabWidth: 8
108108
UseTab: Never
109+
InsertNewlineAtEOF: true
109110
---
110111
Language: ObjC
111112
BasedOnStyle: WebKit

0 commit comments

Comments
 (0)