7f0dbdebb2
adding examples, updating .gitattributes so *.mdx files have LF endings for windows
12 lines
209 B
Plaintext
12 lines
209 B
Plaintext
* text=auto
|
|
*.go text eol=lf
|
|
*.sh text eol=lf
|
|
*.json text eol=lf
|
|
*.md text eol=lf
|
|
*.mdx text eol=lf
|
|
*.ps1 text eol=lf
|
|
*.hcl text eol=lf
|
|
go.mod text eol=lf
|
|
go.sum text eol=lf
|
|
common/test-fixtures/root/* eol=lf
|