summaryrefslogtreecommitdiff
path: root/tools/BUILD.bazel
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2025-01-26 00:40:51 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2025-01-26 00:42:44 +0100
commitcf7db48c261ee9c896c813a38ff8c59da5b8fe07 (patch)
tree41d827be5db5f3322d745215fe38a9c395a52fa3 /tools/BUILD.bazel
parent79aaec3d7d12bc1a0483f19eadeda325a2d65920 (diff)
Fix line endings
Diffstat (limited to 'tools/BUILD.bazel')
-rw-r--r--tools/BUILD.bazel8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/BUILD.bazel b/tools/BUILD.bazel
new file mode 100644
index 0000000..4a374f3
--- /dev/null
+++ b/tools/BUILD.bazel
@@ -0,0 +1,8 @@
+load("@rules_python//python:py_binary.bzl", "py_binary")
+
+py_binary(
+ name = "fix_line_endings",
+ srcs = [
+ "fix_line_endings.py",
+ ],
+)