mirror of
https://github.com/Ascyii/typstar.git
synced 2026-01-01 05:24:24 -05:00
style: remove space
This commit is contained in:
@@ -16,7 +16,7 @@ local operations = { -- first boolean: existing brackets should be kept; second
|
||||
{ 'vi', '1/', '', true, false },
|
||||
{ 'bb', '(', ')', true, false }, -- add round brackets
|
||||
{ 'sq', '[', ']', true, false }, -- add square brackets
|
||||
{ 'st', '{', '}', true, false }, -- add curly brackets
|
||||
{ 'st', '{', '}', true, false }, -- add curly brackets
|
||||
{ 'bB', '(', ')', false, false }, -- replace with round brackets
|
||||
{ 'sQ', '[', ']', false, false }, -- replace with square brackets
|
||||
{ 'BB', '', '', false, false }, -- remove brackets
|
||||
|
||||
Reference in New Issue
Block a user