diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..66874fc856e6e398f35486e1538db8091a70d727 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +# Ref: https://editorconfig.org + +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true