Hi,
Visual Studio provides a method for including the code formatting information with a project by using a ..editorconfig file(behavior similar to .clang-format); this works on MS native C\C++ projects.
On visualGDB projects if a .editorconfig file is included the text formatting instructions(eg. trim_trailing_whitespace = true) work but the C++ formatting instructions(eg. cpp_indent_braces = false), do not work, and are overridden by project formatting behavior.
Is there a project setting so visualGDB projects can be set to use a .editorconfig file if it is available.
Thanks
-
This topic was modified 3 years ago by PeterU.
-
This topic was modified 3 years ago by PeterU.