bimr-viewer-ifcx/.gitattributes
rvba 84e773a112
Some checks failed
CI / build (push) Has been cancelled
Deploy to Pages / deploy (push) Has been cancelled
release: 0.0.1
2026-08-31 10:20:57 +02:00

10 lines
509 B
Text

# The .gitattributes file can be used to set default behavior to automatically normalize line endings.
# 1. Great article: https://adaptivepatchwork.com/2012/03/01/mind-the-end-of-your-line/
# 2. An example .gitattributes file from pygimli: https://github.com/gimli-org/gimli/blob/master/.gitattributes
* text=auto eol=lf
# Generated artifacts — do not edit directly, edit the .ts sources
web/viewer/render.mjs linguist-generated=true
*.{cmd,[cC][mM][dD]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf