mirror of
https://github.com/apache/spark.git
synced 2026-03-28 20:57:49 +00:00
We have shell scripts and Windows batch files, so we should enforce proper EOL character. Author: Kousuke Saruta <sarutak@oss.nttdata.co.jp> Closes #2726 from sarutak/eol-enforcement and squashes the following commits:9748c3f[Kousuke Saruta] Fixed make.bat252de89[Kousuke Saruta] Removed extra characters from make.bat5b81c00[Kousuke Saruta] Merge branch 'master' of git://git.apache.org/spark into eol-enforcement8633ed2[Kousuke Saruta] merge branch 'master' of git://git.apache.org/spark into eol-enforcement5d630d8[Kousuke Saruta] Mergedba10797[Kousuke Saruta] Merge branch 'master' of git://git.apache.org/spark into eol-enforcement7407515[Kousuke Saruta] Merge branch 'master' of git://git.apache.org/spark into eol-enforcement772fd4e[Kousuke Saruta] Normized EOL character in make.bat and compute-classpath.cmdac7f873[Kousuke Saruta] Added an entry for .gitattributes to .rat-excludes1570e77[Kousuke Saruta] Added .gitattributes
3 lines
40 B
Plaintext
3 lines
40 B
Plaintext
*.bat text eol=crlf
|
|
*.cmd text eol=crlf
|