llvm-project/clang/lib/Format/.clang-format
Owen Pan dadfc6b38b [clang-format][NFC] Set LineEnding to LF in config files
To prevent \r\n line endings from getting into the source files.

Differential Revision: https://reviews.llvm.org/D141098
2023-01-22 02:53:06 -08:00

5 lines
76 B
YAML

BasedOnStyle: LLVM
InsertBraces: true
LineEnding: LF
RemoveBracesLLVM: true