[LWIP] Use tcp_close when both shut_rx and shut_tx are set. Fixes CORE-16868 (#2582)
[reactos.git] / .editorconfig
1 # EditorConfig is awesome: https://EditorConfig.org
2
3 # top-most EditorConfig file
4 root = true
5
6 [*]
7 insert_final_newline = true
8 charset = utf-8
9 indent_size = 4
10 indent_style = space
11 trim_trailing_whitespace = true
12
13 [*.{json,yml,md}]
14 indent_size = 2