forked from thymeleaf/thymeleaf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
31a99ef
commit df1b2a2
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto | ||
|
||
*.java text diff=java | ||
*.properties text | ||
*.js text | ||
*.css text | ||
*.less text | ||
*.html text diff=html | ||
*.jsp text diff=html | ||
*.jspx text diff=html | ||
*.tag text diff=html | ||
*.tagx text diff=html | ||
*.tld text | ||
*.xml text | ||
*.gradle text | ||
|
||
*.sql text | ||
|
||
*.xsd text | ||
*.dtd text | ||
*.mod text | ||
*.ent text | ||
|
||
*.txt text | ||
*.md text | ||
*.markdown text | ||
|
||
*.thtest text | ||
*.thindex text | ||
*.common text | ||
|
||
*.odt binary | ||
*.pdf binary | ||
|
||
*.sh text eol=lf | ||
*.bat text eol=crlf | ||
|
||
*.ico binary | ||
*.png binary | ||
*.svg binary | ||
*.woff binary | ||
|
||
*.rar binary | ||
*.zargo binary | ||
*.zip binary | ||
|
||
CNAME text | ||
*.MF text |