You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[eclipse web tools platform](#eclipse-web-tools-platform)
@@ -558,6 +558,18 @@ Additionally, `editorConfigOverride` options will override what's supplied in `.
558
558
</eclipseCdt>
559
559
```
560
560
561
+
### clang-format
562
+
563
+
[homepage](https://clang.llvm.org/docs/ClangFormat.html). [changelog](https://releases.llvm.org/download.html). `clang-format` is a formatter for c, c++, c#, objective-c, protobuf, javascript, and java. You can use clang-format in any language-specific format, but usually you will be creating a generic format.
564
+
565
+
```xml
566
+
<clangFormat>
567
+
<version>14.0.0-1ubuntu1.1</version> <!-- optional version of clang-format -->
568
+
<pathToExe>/path/to/buf</pathToExe> <!-- optional: if clang-format isn't in your path -->
569
+
<style>LLVM</style> <!-- optional: can be LLVM, Google, Chromium, Mozilla, WebKit -->
0 commit comments