google / google/google-java-format

avoid adding space on // comments?

Open
#1,217 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
6.2k
Forks
937
Avg merge
6m
Merged PRs (30d)
3

Description

its a special case but in jbang I use `//JAVA` , `//DEPS` etc as special markers.

I tried using @formatter:off but seem to have no effect.

```
///usr/bin/env jbang "$0" "$@" ; exit $?
// @formatter:off
//JAVA 21+
//PREVIEW
//DEPS org.imgscalr:imgscalr-lib:4.2

class test {

}
```

gets turned into:

```
/// usr/bin/env jbang "$0" "$@" ; exit $?
// @formatter:off
// JAVA 21+
// PREVIEW
// DEPS org.imgscalr:imgscalr-lib:4.2
```

the first line is a case of #1218 but the others below - how does one tell google-java-format not to mess with those?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.