Forked from
wine / wine
17581 commits behind the upstream repository.
-
Editors don't behave consistently. Some remove trailing whitespace from the entire file, not just touched lines, on save. Signed-off-by:
Ken Thomases <ken@codeweavers.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
Editors don't behave consistently. Some remove trailing whitespace from the entire file, not just touched lines, on save. Signed-off-by:
Ken Thomases <ken@codeweavers.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
.editorconfig 193 B
root = true
# Defaults
[*]
indent_style = space
indent_size = 4
tab_width = 8
charset = utf-8
insert_final_newline = true
max_line_length = 100
[Makefile*]
indent_style = tab
indent_size = 8