mirror of
https://github.com/gantry/gantry5.git
synced 2026-08-17 16:34:55 -05:00
13 lines
345 B
Plaintext
13 lines
345 B
Plaintext
# Linguist Normalizer
|
|
*.yaml linguistic-language=PHP
|
|
*.twig linguistic-language=PHP
|
|
**/gulpfile.js linguist-vendored
|
|
**/hebe.json linguist-vendored
|
|
**/js/*.js linguist-vendored
|
|
**/js/*.json linguist-vendored
|
|
**/css-compiled/*.css linguist-vendored
|
|
|
|
# Enforce normalized line endings in source/distributions.
|
|
* text=auto eol=lf
|
|
*.php text eol=lf
|