mirror of
https://github.com/neovim/neovim
synced 2025-07-15 00:31:45 +00:00
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.
This commit is contained in: