JetBrains IDE系列常用设置

  • Appearance & Behavior

    • System Settings

      取消勾选“Reopen projects on startup”

  • Editor

    • General

      勾选“Remove tailing blank lines at the end of saved files”

      勾选“Ensure every saved file ends with a line break”

      “Remove tailing spaces on”改为“All lines”

      • Code Completion

        取消勾选“Match Case”

      • Console

        Default Encoding改为“UTF-8”

    • Code Style

      Line separator改为“\n”

      Visual guides改为“79, 80, 119, 120”

      • Java

        • Tabs and Indents

          Continuation indent改为4

        • Code Generation

          取消勾选“Line comment as first column”

          勾选“Add a space at comment start”

          取消勾选“Block comment at first column”

    • File Encodings

      在未打开任何项目的情况下修改

      Global Encoding、Project Encoding、Default encoding for properties files都改为“UTF-8”

上一篇:SpringMVC解决中文乱码


下一篇:C# 上传文件