mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2024-11-19 17:06:04 -07:00
692d7c6f5c
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>
14 lines
193 B
INI
14 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
|