Skip to content

janlelis/ripl-auto_indent

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Description

A 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

About

This ripl plugin indents your multi-line Ruby input.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages