1
0
mirror of https://github.com/wine-mirror/wine synced 2024-06-26 13:02:25 +00:00
wine/.editorconfig
Ken Thomases 692d7c6f5c .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: Ken Thomases <ken@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-03-26 13:45:55 +01:00

15 lines
193 B
INI

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