mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 04:44:13 +08:00
[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:
committed by
PyTorch MergeBot
parent
bdacf08b86
commit
8186af5a26
@ -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
|
||||
|
Reference in New Issue
Block a user