[UMPNPMGR][USETUP] Use PlugPlayControlStartDevice in usetup and umpnpmgr
[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