Skip to content
Snippets Groups Projects
Commit 530df61f authored by Eberhard Beilharz's avatar Eberhard Beilharz Committed by Alexandre Julliard
Browse files

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: default avatarEberhard Beilharz <eb1@sil.org>
Signed-off-by: Alexandre Julliard's avatarAlexandre Julliard <julliard@winehq.org>
parent 06a86134
No related branches found
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment