Skip to content

Commit

Permalink
Merge pull request #11163 from IgniteUI/dkamburov/add-gitattributes
Browse files Browse the repository at this point in the history
chore(*): Add gitattributes to repo
  • Loading branch information
ChronosSF authored Mar 21, 2022
2 parents 74b697f + dc3f34a commit 0011a24
Show file tree
Hide file tree
Showing 63 changed files with 6,066 additions and 6,061 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* text=auto

*.js eol=lf
*.ts eol=lf
*.json eol=lf
508 changes: 254 additions & 254 deletions README.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"$schema": "../../common/schema/class.schema.json",
"changes": [{
"name": "IgxHierarchicalGridCellComponent",
"replaceWith": "CellType"
},
{
"name": "IgxGridCellComponent",
"replaceWith": "CellType"
},
{
"name": "IgxTreeGridCellComponent",
"replaceWith": "CellType"
},
{
"name": "IgxGridExpandableCellComponent",
"replaceWith": "CellType"
},
{
"name": "IComboSelectionChangeEventArgs",
"replaceWith": "IComboSelectionChangingEventArgs"
},
{
"name": "AutocompleteItemSelectionEventArgs",
"replaceWith": "AutocompleteSelectionChangingEventArgs"
}
]
}
{
"$schema": "../../common/schema/class.schema.json",
"changes": [{
"name": "IgxHierarchicalGridCellComponent",
"replaceWith": "CellType"
},
{
"name": "IgxGridCellComponent",
"replaceWith": "CellType"
},
{
"name": "IgxTreeGridCellComponent",
"replaceWith": "CellType"
},
{
"name": "IgxGridExpandableCellComponent",
"replaceWith": "CellType"
},
{
"name": "IComboSelectionChangeEventArgs",
"replaceWith": "IComboSelectionChangingEventArgs"
},
{
"name": "AutocompleteItemSelectionEventArgs",
"replaceWith": "AutocompleteSelectionChangingEventArgs"
}
]
}
Loading

0 comments on commit 0011a24

Please sign in to comment.