diff options
-rw-r--r-- | editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editorconfig b/editorconfig index 49bc4f8..c977887 100644 --- a/editorconfig +++ b/editorconfig @@ -1,4 +1,8 @@ root = true +[*] +trim_trailing_whitespace = true +insert_final_newline = true + [*.h] indent_style = tab
\ No newline at end of file |