server: Improve handling of cursor position clipping for empty rectangle.
[wine.git] / .editorconfig
blob289038d37f0c9da21a220666840652c1a076827c
1 root = true
3 # Defaults
4 [*]
5 indent_style = space
6 indent_size = 4
7 tab_width = 8
8 charset = utf-8
9 trim_trailing_whitespace = true
10 insert_final_newline = true
11 max_line_length = 100
13 [Makefile*]
14 indent_style = tab
15 indent_size = 8