summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-10-01 11:53:24 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-10-01 20:55:49 -0600
commit5cbc2d4a3e3b279667e26774ad1cd37682bdbf28 (patch)
tree029f2abfbfb7455abefae115f2ab7d17bad2e309
parentd16d8bfeb1766c339da797eb2de3126e63a5a44c (diff)
.editorconfig: add trim_trailing_whitespace
-rw-r--r--.editorconfig5
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