mirror of
https://github.com/neovim/neovim.git
synced 2025-09-03 18:08:16 +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: