summaryrefslogtreecommitdiff
path: root/.editorconfig
Commit message (Collapse)AuthorAgeFilesLines
* Remove execute bit from plain text files in git (#2611)Christopher Tubbs2022-05-241-0/+0
| | | | | | | Trivially change file mode from 755 to 644 for files in git that shouldn't be marked as executable. These were probably marked as executable due to some contributors developing on Windows using a filesystem that doesn't support POSIX file modes, or aggressively marks everything as executable.
* THRIFT-2967 Add .editorconfig to rootRoger Meier2015-06-051-0/+112
Patch: Andrew de Andrade