From: Michel Dänzer <michel.daenzer@xxxxxxx> Basically a conversion from .dir-locals.el. EditorConfig supports many more editors and IDEs. (Ported from radeon commit aa07b365d7b0610411e118f105e49daff5f5a5cf) Signed-off-by: Michel Dänzer <michel.daenzer at amd.com> --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..009bfe6 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +root=true + +[*] +indent_style=tab +tab_width=8 +indent_size=8 +charset=utf-8 -- 2.8.1