Set the line spacing in goland

    In the goLand software, there are 3 places to set the line spacing, all of which need to be modified.

1. Set the line spacing on the IDE interface

    Click [File] on the goLand toolbar -->Settings --> Editor -->General -->Font --> Line spacing: 1.0

Figure (1) Set the line spacing on the IDE interface

2. Set the line spacing in the code

    Click [File] on the goLand toolbar -->Settings --> Editor -->Color Scheme -->Color Scheme Font --> Line spacing: 1.1

Figure (2) Set the line spacing in the code

3. Set the line spacing in the console

    Click [File] on the goLand toolbar -->Settings --> Editor -->Color Scheme -->Console Font --> Line spacing: 1.0

Figure (3) Set the line spacing in the console

Guess you like

Origin blog.csdn.net/sanqima/article/details/111307243