SERVER-113167 add clang format config for newlines at EOF (#43302)
GitOrigin-RevId: 2c4ea7e722954f809e791ce506d57ee8111baaea
This commit is contained in:
parent
77580aa0e8
commit
5df9f4828b
@ -159,6 +159,8 @@ StatementMacros:
|
|||||||
TabWidth: 4
|
TabWidth: 4
|
||||||
UseCRLF: false
|
UseCRLF: false
|
||||||
UseTab: Never
|
UseTab: Never
|
||||||
|
InsertNewlineAtEOF: true
|
||||||
|
KeepEmptyLinesAtEOF: true
|
||||||
WhitespaceSensitiveMacros:
|
WhitespaceSensitiveMacros:
|
||||||
- STRINGIZE
|
- STRINGIZE
|
||||||
- PP_STRINGIZE
|
- PP_STRINGIZE
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user