google / gson

A Java serialization/deserialization library to convert Java Objects into JSON and back
Apache License 2.0
23.23k stars 4.27k forks source link

Remove old code style configs #2717

Closed Marcono1234 closed 1 month ago

Marcono1234 commented 1 month ago

Description

Gson now uses Spotless (with google-java-format) for formatting, so these configs are not that useful anymore. Additionally, users can obtain IDE formatting configs from https://github.com/google/styleguide, or use https://github.com/google/google-java-format integrations.

This is probably better than duplicating the IDE configurations here.