Increase asm.tabs indention

This commit is contained in:
Itay Cohen 2019-09-01 17:51:42 +03:00 committed by GitHub
parent 86473e3465
commit fa759dd660
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@ static const QHash<QString, QVariant> asmOptions = {
{ "asm.capitalize", false }, { "asm.capitalize", false },
{ "asm.var.sub", true }, { "asm.var.sub", true },
{ "asm.var.subonly", true }, { "asm.var.subonly", true },
{ "asm.tabs", 5 }, { "asm.tabs", 8 },
{ "asm.tabs.off", 5 }, { "asm.tabs.off", 5 },
{ "asm.marks", false }, { "asm.marks", false },
{ "asm.refptr", false }, { "asm.refptr", false },