Files
xf86-video-amdgpu/.editorconfig
Michel Dänzer 84496ebc89 Add .editorconfig file
Basically a conversion from .dir-locals.el. EditorConfig supports many
more editors and IDEs.

(Ported from radeon commit aa07b365d7b0610411e118f105e49daff5f5a5cf)
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
2016-07-12 16:03:51 +09:00

8 lines
72 B
INI

root=true
[*]
indent_style=tab
tab_width=8
indent_size=8
charset=utf-8