forked from biomejs/biome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
35 lines (34 loc) · 2.57 KB
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Generated files, sorted alphabetically.
* text=auto eol=lf
**/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/parse/json/rules.rs linguist-generated=true text=auto eol=lf
/crates/biome_css_analyze/src/lint.rs linguist-generated=true text=auto eol=lf
/crates/biome_css_analyze/src/lint/*.rs linguist-generated=true text=auto eol=lf
/crates/biome_css_analyze/src/options.rs linguist-generated=true text=auto eol=lf
/crates/biome_css_analyze/src/registry.rs linguist-generated=true text=auto eol=lf
/crates/biome_js_analyze/src/assists.rs linguist-generated=true text=auto eol=lf
/crates/biome_js_analyze/src/assists/*.rs linguist-generated=true text=auto eol=lf
/crates/biome_js_analyze/src/lint.rs linguist-generated=true text=auto eol=lf
/crates/biome_js_analyze/src/lint/*.rs linguist-generated=true text=auto eol=lf
/crates/biome_js_analyze/src/options.rs linguist-generated=true text=auto eol=lf
/crates/biome_js_analyze/src/registry.rs linguist-generated=true text=auto eol=lf
/crates/biome_js_analyze/src/syntax.rs linguist-generated=true text=auto eol=lf
/crates/biome_js_analyze/src/syntax/*.rs linguist-generated=true text=auto eol=lf
/crates/biome_unicode_table/src/tables.rs linguist-generated=true text=auto eol=lf
/packages/@biomejs/backend-jsonrpc/src/workspace.ts linguist-generated=true text=auto eol=lf
/packages/@biomejs/biome/configuration_schema.json linguist-generated=true text=auto eol=lf
pnpm-lock.yaml linguist-generated=true text=auto eol=lf
# Files with the language manually specified, sorted alphabetically.
/crates/biome_cli/tests/**/*.snap linguist-language=Markdown
/crates/biome_js_analyze/tests/specs/**/*.snap linguist-language=Markdown
/crates/biome_css_formatter/tests/**/*.css.prettier-snap linguist-language=CSS
/crates/biome_css_formatter/tests/**/*.css.snap linguist-language=Markdown
/crates/biome_graphql_formatter/tests/**/*.css.prettier-snap linguist-language=GraphQL
/crates/biome_graphql_formatter/tests/**/*.css.snap linguist-language=Markdown
/crates/biome_js_formatter/tests/**/*.ts.prettier-snap linguist-language=TypeScript
/crates/biome_js_formatter/tests/**/*.js.prettier-snap linguist-language=JavaScript
/crates/biome_js_formatter/tests/**/*.ts.snap linguist-language=Markdown
/crates/biome_js_formatter/tests/**/*.js.snap linguist-language=Markdown