Commit 530df61f authored by Eberhard Beilharz's avatar Eberhard Beilharz Committed by Alexandre Julliard

Add .editorconfig file.

This allows editors and IDEs to automatically adjust settings to the coding style prefered by Wine (cf. https://editorconfig.org/). Signed-off-by: 's avatarEberhard Beilharz <eb1@sil.org> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 06a86134
root = true
# Defaults
[*]
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