Created
August 27, 2014 13:23
-
-
Save foliea/d7a366b7ad84184243d3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module CodeEditor | |
extend self | |
def use_soft_tabs? | |
evaluate_script("ground.editor.getSession().getUseSoftTabs();") | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment