I use the ruler feature in Sublime at column 79. I can hide it in the Find Results panel by creating a Find Results.sublime-settings
file in my User package:
{
"rulers": []
}
How can I do the same for Build Results? The obvious corresponding file name does not work.