Skip to content
Snippets Groups Projects
Forked from wine / wine
17581 commits behind the upstream repository.
.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