mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 00:20:18 +01: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:
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user