mirror of
https://github.com/zebrajr/pytorch.git
synced 2026-01-15 12:15:51 +00: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