summaryrefslogtreecommitdiffstats
path: root/src/freedreno/.editorconfig
Commit message (Collapse)AuthorAgeFilesLines
* freedreno: Make .editorconfig match .dir-locals.el.Eric Anholt2019-05-131-0/+5
The editorconfig takes precedence over dir-locals in emacs26 with editorconfig enabled, so the /.editorconfig was affecting these directories. Reviewed-by: Kristian H. Kristensen <[email protected]>