1
0
Fork 0
x64dbg/.editorconfig

17 lines
281 B
INI
Raw Permalink Normal View History

2016-06-19 06:04:48 +08:00
; Top-most EditorConfig file
root = true
; Windows-style newlines
[*]
2024-08-05 21:54:28 +08:00
end_of_line = crlf
trim_trailing_whitespace = true
2016-06-19 06:04:48 +08:00
; Tab indentation
[*.{cpp,h}]
indent_style = space
2024-08-05 21:54:28 +08:00
tab_width = 4
[{CMakeLists.txt,*.cmake,cmake.toml}]
indent_style = space
end_of_line = lf