diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-01 11:53:24 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-01 20:55:49 -0600 |
commit | 5cbc2d4a3e3b279667e26774ad1cd37682bdbf28 (patch) | |
tree | 029f2abfbfb7455abefae115f2ab7d17bad2e309 | |
parent | d16d8bfeb1766c339da797eb2de3126e63a5a44c (diff) |
.editorconfig: add trim_trailing_whitespace
-rw-r--r-- | .editorconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig index c04f338..d029f52 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,8 @@ root = true [*] -end_of_line = lf -insert_final_newline = true charset = utf-8 +end_of_line = lf indent_style = tab +insert_final_newline = true +trim_trailing_whitespace = true |