An open API service indexing awesome lists of open source software.

https://github.com/xuhdev/indent-java.vim

Vim indent file for java source files. This indent file has been included in the official vim distribution since vim version 7.3.409
https://github.com/xuhdev/indent-java.vim

Last synced: 7 months ago
JSON representation

Vim indent file for java source files. This indent file has been included in the official vim distribution since vim version 7.3.409

Awesome Lists containing this project

README

          

# Indent/java.vim

[![Build Status](https://travis-ci.org/xuhdev/indent-java.vim.png)](https://travis-ci.org/xuhdev/indent-java.vim)

This is the [Vim][] indent script for [Java][]. You could also find this script
at [Vim Online][].

This script has been included in the official Vim distribution since Vim
version 7.3.409.

To install, simply drop `indent/java.vim` to your Vim `runtimepath`, which is
usually `~/.vim` in UNIX-like systems and `$VIM_INSTALLATION_FOLDER\vimfiles`
in Windows.

The tests are built upon [rspec][]. To run the test, first please have [Ruby][]
and [bundler][] installed. Then run `bundle` to install all the files needed
for testing. Finally run `bundle exec rake` to run the test.

[Java]: http://java.com
[Ruby]: http://www.ruby-lang.org
[Vim Online]: http://www.vim.org/scripts/script.php?script_id=3899
[Vim]: http://www.vim.org
[bundler]: http://gembundler.com/
[rspec]: http://rspec.info