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:
Родитель
26567c4e4c
Коммит
53ab4e3db5
|
@ -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
|
*.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)
|
- [Mandar Inamdar](https://github.com/mandarinamdar)
|
||||||
- [Nikhil Manchanda](https://github.com/SlickNik)
|
- [Nikhil Manchanda](https://github.com/SlickNik)
|
||||||
- [Safiyah Sadiq](https://github.com/safiyahs)
|
- [Safiyah Sadiq](https://github.com/safiyahs)
|
||||||
|
- [Seokwon Yang](https://github.com/sjyang18)
|
||||||
- [Sushil Kumar](https://github.com/sushilkm)
|
- [Sushil Kumar](https://github.com/sushilkm)
|
||||||
- [Tatyana Pearson](https://github.com/tpearson02)
|
- [Tatyana Pearson](https://github.com/tpearson02)
|
||||||
- [Taylor Corbett](https://github.com/TaylorCorbett)
|
- [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)
|
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
|
raise
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -27,3 +27,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче