diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..3d49c10c18 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,16 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +tab_width = 4 + +[*.ebuild] +indent_style = tab + +[metadata.xml] +indent_style = tab + +[repositories.xml] +indent_style = space +tab_width = 2