An open-source x64/x32 debugger for windows.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

16 lines
281 B

; Top-most EditorConfig file
root = true
; Windows-style newlines
[*]
end_of_line = crlf
trim_trailing_whitespace = true
; Tab indentation
[*.{cpp,h}]
indent_style = space
tab_width = 4
[{CMakeLists.txt,*.cmake,cmake.toml}]
indent_style = space
end_of_line = lf