aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Casía <31012661+rcasia@users.noreply.github.com>2025-03-29 13:30:30 +0100
committerGitHub <noreply@github.com>2025-03-29 05:30:30 -0700
commit874e2149931f40c41c470c2a6ca6c6719fab4c4d (patch)
treecdc8651e44fcb72db48d616b32c025299918cbed
parent6ef5dd5266822960d254b8acd5ab0934cc2b117e (diff)
downloadrneovim-874e2149931f40c41c470c2a6ca6c6719fab4c4d.tar.gz
rneovim-874e2149931f40c41c470c2a6ca6c6719fab4c4d.tar.bz2
rneovim-874e2149931f40c41c470c2a6ca6c6719fab4c4d.zip
fix: remove exec permission from .gitattributes #33140
Problem: .gitattributes was marked as executable, which isn’t needed for a config file and goes against the principle of least privilege. Solution: Set file mode to 100644 to reflect its intended use.
-rw-r--r--[-rwxr-xr-x].gitattributes0
1 files changed, 0 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 381fc27e80..381fc27e80 100755..100644
--- a/.gitattributes
+++ b/.gitattributes