diff options
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index ca821f9..6bf9219 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,10 @@ root = true [*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +trim_trailing_whitespace = true indent_style = tab indent_size = 4 |