1
0
Fork 0
x64dbg/.editorconfig

17 lines
281 B
INI

; 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