Remove trailing whitespace on save in IntelliJ IDEA 12

前端 未结 4 1430
梦谈多话
梦谈多话 2021-02-02 04:52

Is it possible to remove trailing whitespace automatically on save in IntelliJ IDEA? I know there are some workarounds, for example, using git to trim the whitespace on commit.

4条回答
  •  粉色の甜心
    2021-02-02 05:34

    Don't know about 12, but there's the following setting in 13:

    Settings → Editor → Strip trailing spaces on Save

    As of IntelliJ 2017.2 it's under

    Settings → Editor → General → Strip trailing spaces on Save

    configuration dialogue

提交回复
热议问题