├── README.md └── .gitattributes /README.md: -------------------------------------------------------------------------------- 1 | # AzureHDInsight 2 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | --------------------------------------------------------------------------------