Clang-Format: Ensure new line at the end of files #118031

Merged
Sergey Sharybin merged 1 commits from Sergey/blender:clang_format_newline into main 2024-02-09 14:32:19 +01:00
1 changed files with 3 additions and 0 deletions

View File

@ -278,3 +278,6 @@ StatementMacros:
MacroBlockBegin: "^OSL_CLOSURE_STRUCT_BEGIN$"
MacroBlockEnd: "^OSL_CLOSURE_STRUCT_END$"
# Ensure lew line at the end of source files.
InsertNewlineAtEOF: True