File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ IndentWrappedFunctionNames: true
6969InsertBraces : true
7070InsertNewlineAtEOF : true
7171KeepEmptyLinesAtTheStartOfBlocks : false
72- LineEnding : LF
7372MaxEmptyLinesToKeep : 1
7473NamespaceIndentation : All
7574ObjCBinPackProtocolList : Never
Original file line number Diff line number Diff line change @@ -208,6 +208,12 @@ jobs:
208208 # shellcheck disable=SC2086 # do not quote to keep this as a single line
209209 echo found_files=${found_files} >> "${GITHUB_OUTPUT}"
210210
211+ - name : C++ - Update Clang format config
212+ if : always() && steps.cpp_files.outputs.found_files
213+ shell : bash
214+ run : |
215+ echo "LineEnding: LF" >> .clang-format
216+
211217 - name : C++ - Clang format (diff)
212218 id : clang_format_diff
213219 if : always() && steps.cpp_files.outputs.found_files
You can’t perform that action at this time.
0 commit comments