We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820c18f commit f4cf31eCopy full SHA for f4cf31e
trailing_spaces.py
@@ -52,6 +52,7 @@ def __getitem__(self, key):
52
if settings['enabled']:
53
for view in startup_queue:
54
match_trailing_spaces(view)
55
+ startup_queue = []
56
else:
57
current_highlight_color = ""
58
if settings['highlight_color'] != current_highlight_color:
0 commit comments