Update .clang-format

https://clang.llvm.org/docs/ClangFormatStyleOptions.html#usecrlf
This commit is contained in:
Rick Vogel 2023-08-08 14:41:34 +02:00 committed by uwerat
parent 1a6a9f5941
commit 8c4e1c822c

View File

@ -108,6 +108,6 @@ SpacesInSquareBrackets: true
Standard: Cpp11
TabWidth: 4
UseTab: Never
UseCRLF: Always
UseCRLF: True
...