-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More specific list of files in gitattributes
- Loading branch information
1 parent
9cbc637
commit c2e7027
Showing
2 changed files
with
22 additions
and
2 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 |
---|---|---|
@@ -1 +1,11 @@ | ||
* text eol=lf | ||
# Enforce Unix newlines on text files | ||
*.css text eol=lf | ||
*.html text eol=lf | ||
*.twig text eol=lf | ||
*.js text eol=lf | ||
*.json text eol=lf | ||
*.less text eol=lf | ||
*.scss text eol=lf | ||
*.php text eol=lf | ||
*.md text eol=lf | ||
*.yml text eol=lf |
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 |
---|---|---|
@@ -1 +1,11 @@ | ||
* text eol=lf | ||
# Enforce Unix newlines on text files | ||
*.css text eol=lf | ||
*.html text eol=lf | ||
*.twig text eol=lf | ||
*.js text eol=lf | ||
*.json text eol=lf | ||
*.less text eol=lf | ||
*.scss text eol=lf | ||
*.php text eol=lf | ||
*.md text eol=lf | ||
*.yml text eol=lf |