Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit 7a6b578

Browse files
committed
Disable word wrapping by default
1 parent a36f196 commit 7a6b578

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SQLTools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ def display(content, name="SQLTools Result"):
9999
resultContainer = Window().new_file()
100100
resultContainer.set_name(name)
101101

102+
resultContainer.settings().set("word_wrap", "false")
102103
resultContainer.set_read_only(False)
103104
resultContainer.set_syntax_file('Packages/SQL/SQL.tmLanguage')
104105
resultContainer.run_command('append', {'characters': content})

0 commit comments

Comments
 (0)