在我的项目(C/C++)中,我使用 Eclipse 默认格式化程序(bsd/allman + 制表符上的空格)稍微修改过的格式。
我想切换编辑器,为此,我必须有正确的格式化程序。有没有办法将从.xmlEclipse 导出的格式转换为.clang-formatfile ?
.xml
.clang-format
我的目标是具有完全相同的格式,并且我不想重新格式化项目,只是因为我切换了编辑器
或者,有没有办法在 vscode 中为 C/C++ 项目使用 eclipse 格式化程序?
c++ eclipse formatting visual-studio-code
c++ ×1
eclipse ×1
formatting ×1
visual-studio-code ×1