1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 00:08:52 -05:00

fix(servoy): Typo in attribute key

This commit is contained in:
Edwin Kofler 2023-12-17 12:04:23 -08:00 committed by Alexander Karatarakis
parent 123adccf6b
commit 1eb0917065

View File

@ -9,6 +9,6 @@
*.dbi -text
*.sec -text
*.css text diff=css
*.js seol=lf
*.mjs seol=lf
*.cjs seol=lf
*.js eol=lf
*.mjs eol=lf
*.cjs eol=lf