diff --git a/dot_editorconfig b/dot_editorconfig new file mode 100644 index 0000000..ef00af2 --- /dev/null +++ b/dot_editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +end_of_line = lf +trim_trailing_whitespace = true +insert_final_newline = true +indent_size = 2 +indent_style = space