зеркало из
1
0
Форкнуть 0

normalize eol to lf and set core.autocrlf to auto by default (#16)

* normalize eol to lf and set core.autocrlf to auto by default

* adding sjyang18 to contributor list
This commit is contained in:
sjyang18 2022-04-14 10:43:58 -07:00 коммит произвёл GitHub
Родитель 26567c4e4c
Коммит 53ab4e3db5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
68 изменённых файлов: 4926 добавлений и 4923 удалений

5
.gitattributes поставляемый
Просмотреть файл

@ -1,2 +1,5 @@
# Declare files that will always have LF line endings on checkout.
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Declare *.sh files that will always have LF line endings on checkout.
*.sh text eol=lf

Просмотреть файл

@ -26,6 +26,7 @@ Azure Orbital analytics has benefited from following developers (in alphabetic o
- [Mandar Inamdar](https://github.com/mandarinamdar)
- [Nikhil Manchanda](https://github.com/SlickNik)
- [Safiyah Sadiq](https://github.com/safiyahs)
- [Seokwon Yang](https://github.com/sjyang18)
- [Sushil Kumar](https://github.com/sushilkm)
- [Tatyana Pearson](https://github.com/tpearson02)
- [Taylor Corbett](https://github.com/TaylorCorbett)

Просмотреть файл

@ -76,5 +76,3 @@ if __name__ == "__main__":
mssparkutils.fs.append(f'abfss://{args.storage_container}@{args.storage_account_name}.dfs.core.windows.net/{dst_folder_name}/__processing__.txt', 'tiling errored out', True)
raise

Просмотреть файл

@ -27,3 +27,4 @@
}
}
}