Skip to content

Commit

Permalink
Renormalize Java file line endings
Browse files Browse the repository at this point in the history
This also runs `spotless:apply` on the modified files.
  • Loading branch information
ppkarwasz committed Mar 29, 2023
1 parent ebac12c commit 15580be
Show file tree
Hide file tree
Showing 29 changed files with 2,930 additions and 2,930 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# All text files with LF line endings
* text=auto eol=lf
# Maven Wrapper cmd script
/mvnw.cmd eol=crlf
# Maven Wrapper need LF line endings
/.mvn/wrapper/maven-wrapper.properties eol=lf
Loading

0 comments on commit 15580be

Please sign in to comment.