@@ -210,6 +210,11 @@ Runs clang-format
210210 The version of clang-format to use.
211211 (default: 10.0.1)
212212 -V, --version Print version information and exit.
213+
214+ 📄 The following file types are supported by this formatter step:
215+ C, C++, Java, JavaScript, JSON, Objective-C, Protobuf, C#
216+
217+ 🌎 Homepage: https://clang.llvm.org/docs/ClangFormat.html
213218```
214219
215220<!-- -freshmark /usage_clang_format -->
@@ -251,6 +256,9 @@ Corrects line break formatting of type annotations in java files.
251256 Remove annotations from the list of type annotations to keep
252257 on the same line as the type.
253258 -V, --version Print version information and exit.
259+
260+ 📄 The following file types are supported by this formatter step:
261+ Java
254262```
255263
256264<!-- -freshmark /usage_format_annotations -->
@@ -311,6 +319,11 @@ Runs google java format
311319 One of: AOSP, GOOGLE
312320 (default: GOOGLE)
313321 -V, --version Print version information and exit.
322+
323+ 📄 The following file types are supported by this formatter step:
324+ Java
325+
326+ 🌎 Homepage: https://github.com/google/google-java-format
314327```
315328
316329<!-- -freshmark /usage_google_java_format -->
@@ -369,6 +382,12 @@ Runs license header
369382 The separator to use for the year range in the
370383 license header.
371384 (default: -)
385+
386+ 📄 The following file types are supported by this formatter step:
387+ any
388+
389+ 🌎 Homepage: https://github.
390+ com/diffplug/spotless/tree/main/plugin-gradle#license-header
372391```
373392
374393<!-- -freshmark /usage_license_header -->
@@ -413,6 +432,11 @@ Runs palantir java format
413432 One of: PALANTIR, AOSP, GOOGLE
414433 (default: PALANTIR)
415434 -V, --version Print version information and exit.
435+
436+ 📄 The following file types are supported by this formatter step:
437+ Java
438+
439+ 🌎 Homepage: https://github.com/palantir/palantir-java-format
416440```
417441
418442<!-- -freshmark /usage_palantir_java_format -->
@@ -483,6 +507,14 @@ Runs prettier, the opinionated code formatter.
483507 -R, --npmrc-file=<explicitNpmrcFile>
484508 The explicit path to the .npmrc file.
485509 -V, --version Print version information and exit.
510+
511+ 📄 The following file types are supported by this formatter step:
512+ JavaScript, JSX, Angular, Vue, Flow, TypeScript, CSS, Less, SCSS, HTML,
513+ Ember/Handlebars, JSON, GraphQL, Markdown, YAML, (and more using plugins)
514+
515+ 🌎 Homepage: https://prettier.io/
516+
517+ 🧩 Find plugins at https://prettier.io/docs/plugins.html#official-plugins
486518```
487519
488520<!-- -freshmark /usage_prettier -->
0 commit comments