diff --git .editorconfig .editorconfig new file mode 100644 index 0000000000..34afcf5f5c --- /dev/null +++ .editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true + +[*.adoc] +indent_size = 2 +indent_style = space +tab_width = 8