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
- Host: GitHub
- URL: https://github.com/xuhdev/indent-java.vim
- Owner: xuhdev
- Created: 2012-01-21T05:15:52.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T19:13:08.000Z (over 1 year ago)
- Last Synced: 2025-01-14T07:23:51.310Z (over 1 year ago)
- Language: Vim Script
- Homepage: http://www.vim.org/scripts/script.php?script_id=3899
- Size: 11.7 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Indent/java.vim
[](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