diff --git a/.editorconfig b/.editorconfig index 78b36ca..e62b828 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1 +1,6 @@ root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8