Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.
/ scalariform Public archive

Format your Scala code with scalariform in Emacs.

Notifications You must be signed in to change notification settings

zwild/scalariform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

scalariform.el

Format your Scala code with scalariform in Emacs.

https://melpa.org/packages/scalariform-badge.svg

Install

brew install scalariform

It is recommended installed by the MELPA package system.

You could install it by M-x: with package-install: scalariform.

Usage

M-x: with command scalariform-format-region or scalariform-format-region-or-buffer.

Variables

If you want to use a property file for scalariform, you can

(setq scalariform-use-properties-file-p t)
(setq scalariform-properties-file "~/.scalariform.conf")

You can also customize the variable scalariform-program-args to past extra arguments to scalariform.

About

Format your Scala code with scalariform in Emacs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published