Skip to content

Commit

Permalink
chore: correct git attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Oct 23, 2024
1 parent 19abdcf commit dc0b3ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
**/generated/* linguist-generated=true text=auto eol=lf
/crates/biome_cli/src/execute/migrate/eslint_any_rule_to_biome.rs linguist-generated=true text=auto eol=lf
/crates/biome_configuration/src/generated.rs linguist-generated=true text=auto eol=lf
/crates/biome_configuration/src/linter/rules.rs linguist-generated=true text=auto eol=lf
/crates/biome_configuration/src/assists/rules.rs linguist-generated=true text=auto eol=lf
/crates/biome_configuration/src/parse/json/rules.rs linguist-generated=true text=auto eol=lf
/crates/biome_configuration/src/analyzer/linter/rules.rs linguist-generated=true text=auto eol=lf
/crates/biome_configuration/src/analyzer/assists/actions.rs linguist-generated=true text=auto eol=lf
/crates/biome_configuration/src/analyzer/parse/rules.rs linguist-generated=true text=auto eol=lf
# GraphQL
/crates/biome_graphql_analyze/src/{lint,assists,syntax}.rs linguist-generated=true text=auto eol=lf
/crates/biome_graphql_analyze/src/{lint,assists,syntax}/*.rs linguist-generated=true text=auto eol=lf
Expand Down

0 comments on commit dc0b3ee

Please sign in to comment.