diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..66d9d6ec --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +root = true + +[**] +end_of_line = lf +indent_size = 4 +indent_style = space +max_line_length = 100