SavedVariable (WTF) files no longer have tabs to make them readable

I just noticed, that my saved variable files in WOW classic are all left justified.
Makes it much harder to read/debug. Here is the contents of BugSack.lua:

BugSackDB = {
[“auto”] = false,
[“altwipe”] = true,
[“soundMedia”] = “BugSack: Fatality”,
[“fontSize”] = “GameFontHighlight”,
[“mute”] = true,
[“useMaster”] = false,
[“chatframe”] = false,
}
BugSackLDBIconDB = {
[“minimapPos”] = 204.2872849862566,
}

1 Like

Intended change. You will have to re-indent them yourself.

1 Like

Thanks for the reply. I have software that will do that when needed.

When I noticed the change to the saved variables files i remembered reading this post and wondered if it was the reason for the change.

https://github.com/Stanzilla/WoWUIBugs/issues/549

Take from that what you will.