You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# CWS doc JSON is generated as LF on Linux; force LF on Windows too
26
-
# so Bazel's byte-exact diff_test doesn't trip on core.autocrlf-rewritten CRLF.
27
-
docs/cloud-workload-security/**texteol=lf
28
-
# Fixtures should have LF line endings because they are checked against OCI packages built on Linux
29
-
pkg/fleet/installer/fixtures/**text=autoeol=lf
30
-
31
-
# Bazel writes LF; force LF on Windows too to avoid autocrlf churn after `bazel run` / `dda inv tidy`
32
-
*.bazeltexteol=lf
33
-
*.bzltexteol=lf
34
-
MODULE.bazel.locktexteol=lf
35
-
36
-
# Use LF for python files that need to pass Bazel's byte-exact diff_test
37
-
tasks/core_checks.pytexteol=lf
38
37
39
38
# Fix `git diff` when running on the below file formats.
40
39
# Our windows build image uses MinGit which tries to use the astextplain diff algorithm (https://git-scm.com/docs/gitattributes#_setting_the_internal_diff_algorithm).
0 commit comments