convert eclipse formating to .clang-format or use eclipse formatter in vscode
问题 In my project (C/C++) I use slightly modified formatting from eclipse default formatter (bsd/allman + spaces over tabs). I would like to switch the editor, and to do so, I have to have correct formatter. Is there a way to convert .xml file with formatting exported from eclipse, to .clang-format file ? I aim to have exactly the same formatting, and I do not want to reformat the project, just because I switched the editor Optionally, is there a way to use eclipse formatter in vscode for C/C++