Skip to content

Commit 28e8003

Browse files
authored
Merge pull request #263 from trxcllnt/fix-line-endings
Convert line endings from CRLF to LF
2 parents a725723 + cd7f146 commit 28e8003

File tree

13 files changed

+1240
-1238
lines changed

13 files changed

+1240
-1238
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ cuda/_version.py export-subst
55
# we do not own any headers checked in, don't touch them
66
*.h binary
77
*.hpp binary
8+
# git should not convert line endings in PNG files
9+
*.png binary

.pre-commit-config.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Copyright (c) 2024, NVIDIA CORPORATION.
2-
3-
repos:
4-
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.6.4
6-
hooks:
7-
- id: ruff
8-
args: [--fix, --show-fixes]
9-
- id: ruff-format
10-
11-
default_language_version:
12-
python: python3
1+
# Copyright (c) 2024, NVIDIA CORPORATION.
2+
3+
repos:
4+
- repo: https://github.com/astral-sh/ruff-pre-commit
5+
rev: v0.6.4
6+
hooks:
7+
- id: ruff
8+
args: [--fix, --show-fixes]
9+
- id: ruff-format
10+
11+
default_language_version:
12+
python: python3

0 commit comments

Comments
 (0)