/
githubmirror
/
x64dbg
Обзор
Документация
Войти
/
githubmirror
/
x64dbg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
development
.editorconfig
16 строк
281 B
Duncan Ogilvie
Initial working cmkr project
21 янв 2025, 23:50
21 янв 2025, 23:50
f6841ac
Код
Авторство
О чём код?
; 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