summaryrefslogtreecommitdiff
path: root/notepadpp/debian/app32/plugins/Config/converter.ini
blob: 2fdb027edbc23f4ba77995720769b13422eb64e8 (plain)
1
2
3
4
5
6
7
8
9
10
; This section contains the paremters for command ASCII -> Hex
; If you modify directly this file, please restart your Notepad++ to take effect.
; * insertSpace: this parameter allows you to insert a white space between the generated hex codes. Set the value to 1 to enable it, 0 otherwise.
; * uppercase: this parameter allows you to make a-f in UPPERCASE (ie. A-F). Set the value to 1 to enable it , 0 otherwise.
; * nbCharPerLine:this parameter allows you to break line. The value you set is the number of ascii character per line. Set the value from 0 to whatever you want.
[ascii2Hex]
insertSpace=0
uppercase=1
nbCharPerLine=16

bgstack15