A command-line tool for the conversion of 3D model assets on the FBX file format to the glTF file format. - Apply clang-format to all our source. (#149) · godotengine/FBX2glTF@5730d1c
2 changes: 1 addition & 1 deletion 2 .clang-format Original file line numberDiff line numberDiff line change @@ -12,7 +12,7 @@ AlwaysBreakTemplateDeclarations: true AlwaysBreakBeforeMultilineStrings: false BreakBeforeBinaryOperators: false BreakBeforeTernaryOperators: false BreakConstructor...
clang: error: unable to execute command: posix_spawn failed: Exec format error clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:3878: $? = 1 configure:3916: result: no configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME ...
@@ -368,8 +368,7 @@ std::ostream& Graph::write_dot_format(std::ostream& o) const { for (const auto& pair : nodes()) { auto reg = pair.first; auto& node = pair.second; o << reg << "[label=\"" << reg << " (" << node.weight() << ")\"]" << "\n"; o <<...
Apply a coding style with clang-format only to new code added to an existing code base. - barisione/clang-format-hooks
131 changes: 116 additions & 15 deletions 131 .clang-format Original file line numberDiff line numberDiff line change @@ -1,21 +1,21 @@ # please use clang-format version 8 or later # please use clang-format version 16 or later Standard: Cpp11 Standard: c++17 AccessModifierOffset: -...
196 changes: 196 additions & 0 deletions 196 .clang-format Original file line numberDiff line numberDiff line change @@ -0,0 +1,196 @@ --- # 语言: None, Cpp, Java, JavaScript, ObjC, Proto, TableGen, TextProto Language: Cpp # BasedOnStyle: LLVM # 访问说明符(public、private等)...
Or install to a specified directoryclang-tools --install 13 --directory .Or install a specified tool, such as clang-format and clang-query version 14.clang-tools --install 14 --tool clang-format clang-queryIf the installed directory is in your path, you can run the installed tools.clang-...
.clang-format .editorconfig .gitattributes .gitignore .gitlab-ci.yml .gitmodules .mailmap .tsan-suppressions ARCHITECTURE.md BRANCHES.md CODE_OF_CONDUCT.md CONTRIBUTING.md COPYING GIT-VERSION-GEN INSTALL LGPL-2.1 Makefile README.md RelNotes SECURITY.md abspath.c abspath.h aclocal.m4 add-interacti...
if (all && (me == 0)) error->warning(FLERR, "Angle atoms missing at step {}", update->ntimestep); }31 changes: 13 additions & 18 deletions 31 src/ntopo_angle_partial.cpp Original file line numberDiff line numberDiff line change @@ -1,4 +1,3 @@ // clang-format off /* ...