[BE][Easy] set end-of-line for .bat file to CRLF in .editorconfig (#156032)

See also:

54976bca10/.gitattributes (L1)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/156032
Approved by: https://github.com/seemethere, https://github.com/ezyang
This commit is contained in:
Xuehai Pan
2025-07-07 11:20:18 +08:00
committed by PyTorch MergeBot
parent bdacf08b86
commit 8186af5a26

View File

@ -28,3 +28,9 @@ indent_size = 2
# Make
[Makefile]
indent_style = tab
# Batch file
[*.bat]
indent_style = space
indent_size = 2
end_of_line = crlf