Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save valdineireis/b774d2d56b892511571fdd3f69b5f739 to your computer and use it in GitHub Desktop.
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".
<?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