Created
April 29, 2021 19:13
-
-
Save valdineireis/b774d2d56b892511571fdd3f69b5f739 to your computer and use it in GitHub Desktop.
Configuração para alterar a altura da linha do editor de código do NetBeans. Configuração testada na versão 8.2. O arquivo encontra-se na pasta: "C:\Users\NOME-DO-SEU-USUARIO\AppData\Roaming\NetBeans\x.x\config\Editors\Preferences".
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE editor-preferences PUBLIC "-//NetBeans//DTD Editor Preferences 1.0//EN" "http://www.netbeans.org/dtds/EditorPreferences-1_0.dtd"> | |
<editor-preferences> | |
<!-- ... --> | |
<entry javaType="java.lang.Float" name="line-height-correction" xml:space="preserve"> | |
<value><![CDATA[1.5]]></value> | |
</entry> | |
</editor-preferences> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment