From: Pierre Schmitz <[email protected]> (cherry picked from commit abe255d51bc450ee9c0ac1a4486b4d7d10c9794f) --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..ffdaa55 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +root = true +[*] +indent_style = tab +end_of_line = lf +charset = utf-8 +[*.yml] +indent_style = space -- 2.16.2 _______________________________________________ Dev mailing list [email protected] https://lists.parabola.nu/mailman/listinfo/dev
