Keep .vscode consistent with repo .editorconfig

This commit is contained in:
justin
2026-01-28 13:56:38 -05:00
parent 91c56e173d
commit 80b30ba74a
4 changed files with 12 additions and 35 deletions

View File

@@ -10,7 +10,7 @@ indent_style = space
insert_final_newline = true
max_line_length = 120
tab_width = 2
; trim_trailing_whitespace = true ; disabled until files are cleaned up
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false