Azure-Samples / graphrag-accelerator

One-click deploy of a Knowledge Graph powered RAG (GraphRAG) in Azure
https://github.com/microsoft/graphrag
MIT License
1.11k stars 155 forks source link

Improve file normalization (LF vs CRLF) enforcement and devcontainer mount paths #60

Closed jgbradley1 closed 1 week ago

jgbradley1 commented 1 week ago

This PR adds a new .editorconfig file to help Windows users with old git setups enforce the LF line ending on files.

Also an update was made to the devcontainer mount paths to allow devcontainer usage in Windows environments.