Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ripl-auto_indent

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ripl-auto_indent

  • 0.2.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

== Description A {ripl}[https://github.com/cldwalker/ripl] plugin that indents your entered Ruby code.

== Install Install the gem with

gem install ripl-auto_indent

== Usage

Add the following line to your ~/.riplrc

require 'ripl/auto_indent'

== Configuration options

The plugin rewrites the last line (if the there are closing elements). If this is too buggy for you or your terminal does not support it, you can deactivate it with Ripl.config[:auto_indent_rewrite] = false. You can change the default two spaces used for indention (per level) with Ripl.config[:auto_indent_space]. The plugin depends on ripl-multi_line, so you can set the multi-line prompt with Ripl.config[:multi_line_prompt]

== Known bugs

  • Not 100% correct ;)

J-_-L

FAQs

Package last updated on 12 Jan 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc