mirror of
https://github.com/WinDurango/Detours.git
synced 2026-01-31 00:55:20 +01:00
11 lines
204 B
INI
11 lines
204 B
INI
# Top-most EditorConfig file
|
|
root = true
|
|
|
|
# Use same style for all files
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4
|
|
end_of_line = crlf
|
|
insert_final_newline = false
|
|
trim_trailing_whitespace = true
|