Skip to content

Commit 84f9d1a

Browse files
committed
Fix line endings in .coderabbit.yaml to use Unix-style LF
1 parent f035e4e commit 84f9d1a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.coderabbit.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
---
2-
reviews:
3-
path_filters:
4-
- "**/*.js"
5-
- "**/*.ts"
6-
- "**/*.tsx"
7-
- "**/*.yaml"
8-
- "**/*.yml"
9-
review_status: true
1+
---
2+
reviews:
3+
path_filters:
4+
- "**/*.js"
5+
- "**/*.ts"
6+
- "**/*.tsx"
7+
- "**/*.yaml"
8+
- "**/*.yml"
9+
review_status: true

0 commit comments

Comments
 (0)