# Reclassify various Drupal files as PHP.
*.install linguist-language=PHP
*.module linguist-language=PHP
*.profile linguist-language=PHP
*.theme linguist-language=PHP

# Reclassify az_barrio libraries folder as vendor code.
themes/custom/az_barrio/libraries/* linguist-vendored

# Reclassify az_barrio minified files as generated code.
themes/custom/az_barrio/libraries/*.min.css linguist-generated=true
themes/custom/az_barrio/libraries/*.min.js linguist-generated=true

# Set DDEV command files to lf
.ddev/commands/web/install text eol=lf
.ddev/commands/web/drupal text eol=lf
.ddev/commands/web/drush text eol=lf
.ddev/commands/web/phpcbf text eol=lf
.ddev/commands/web/phpcs text eol=lf
.ddev/commands/web/phpstan text eol=lf
.ddev/commands/web/phpstan-contrib text eol=lf
.ddev/commands/web/phpunit text eol=lf
