mirror of
https://github.com/zitadel/zitadel.git
synced 2025-02-25 18:55:27 -06:00
# Which Problems Are Solved Working on windows with a devcontainer has line ending issues which are solved with the .gitattributes file
3 lines
88 B
Plaintext
3 lines
88 B
Plaintext
* text=auto eol=lf
|
|
*.{cmd,[cC][mM][dD]} text eol=crlf
|
|
*.{bat,[bB][aA][tT]} text eol=crlf |