diff --git a/.editorconfig b/.editorconfig index 0b8dc48bb..d95a7e3dc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,3 +15,8 @@ insert_final_newline = true trim_trailing_whitespace = true indent_size = 4 indent_style = space + +[*.txt] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true