new_bin_path += '_arm64' new_tool_path = os.path.join(new_bin_path, 'format', 'clang-format' + gclient_paths.GetExeSuffix()) old_new_tool_path = os.path.join( new_bin_path, 'format', 'clang-format' + gclient_paths.GetExeSuffix()) latest_new_tool_path = os.path.join( f...
path in the devcontainers#2194 Merged miscco merged 1 commit into NVIDIA:main from miscco:update_clang_format_path Aug 5, 2024 +34 −34 Conversation 2 Commits 1 Checks 471 Files changed 34 Conversation Collaborator miscco commented Aug 5, 2024 In the devcontainers clang-format is now...
Currently, per this documentation, VS Code would look for a .clang-format file in user's workspace and apply those settings. If .clang-format file is not found, it uses its default formatting style shipped with the C/C++ extension. Would it be possible for users to specify the .clang-fo...
/<some_submodule>/.clang-format -fallback-style=LLVM -assume-filename=<some_file_to_be_formatted> # clang-format waits for input on stdin Maybe I should have mentioned that I have set clang_format_path to"C:\\Program Files\\LLVM\\bin\\clang-format.exe", because this probably interferes...
2. I have installed a clang-format with version 13, and it's in my PATH Additional context I can manually set the clang-format path and it works well, but the config tells me it will use theclang-formatin my environment path if not specified. But it does not actually do it and con...