Skip to content

Instantly share code, notes, and snippets.

@foliea
Created August 27, 2014 13:23
Show Gist options
  • Save foliea/d7a366b7ad84184243d3 to your computer and use it in GitHub Desktop.
Save foliea/d7a366b7ad84184243d3 to your computer and use it in GitHub Desktop.
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