diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..cb331251 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[src/*] +end_of_line = lf +insert_final_newline = true + +[ci/*.sh] +indent_style = space +indent_size = 2