Commit 692d7c6f authored by Ken Thomases's avatar Ken Thomases Committed by Alexandre Julliard

.editorconfig: Remove the trim_trailing_whitespace setting.

Editors don't behave consistently. Some remove trailing whitespace from the entire file, not just touched lines, on save. Signed-off-by: 's avatarKen Thomases <ken@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent c7f32310
......@@ -6,7 +6,6 @@ indent_style = space
indent_size = 4
tab_width = 8
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 100
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment