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>
This commit is contained in:
Michel Dänzer
2016-07-06 17:43:36 +09:00
committed by Michel Dänzer
parent a576430526
commit 84496ebc89

7
.editorconfig Normal file
View File

@@ -0,0 +1,7 @@
root=true
[*]
indent_style=tab
tab_width=8
indent_size=8
charset=utf-8