diff --git a/dot_editorconfig b/dot_editorconfig new file mode 100644 index 0000000..5a7a461 --- /dev/null +++ b/dot_editorconfig @@ -0,0 +1,13 @@ +# https://editorconfig.org/ +# top-most EditorConfig file +root = true +[*] +end_of_line = lf +charset = utf-8 +indent_style = tab +insert_final_newline = true +trim_trailing_whitespace = true + + + +