1
0
Fork 0
x64dbg/.editorconfig

11 lines
165 B
INI
Raw Normal View History

2016-06-19 06:04:48 +08:00
; Top-most EditorConfig file
root = true
; Windows-style newlines
[*]
end_of_line = CRLF
; Tab indentation
[*.{cpp,h}]
indent_style = space
tab_width = 4