Skip to content

Commit

Permalink
chore(clean): Normalize all the line endings (patternfly#1558)
Browse files Browse the repository at this point in the history
  • Loading branch information
redallen authored and dgutride committed Mar 12, 2019
1 parent a1ac508 commit 73ce20d
Show file tree
Hide file tree
Showing 4 changed files with 209 additions and 194 deletions.
17 changes: 16 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
* text=auto eol=lf
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.ts text eol=lf
*.tsx text eol=lf
*.js text eol=lf
*.jsx text eol=lf
*.json text eol=lf
*.md text eol=lf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.ico binary
176 changes: 88 additions & 88 deletions storybook/img/brand-alt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 73ce20d

Please sign in to comment.