File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11# fprettify
22
3- [ ![ Build Status] ( https://travis-ci.org/pseewald/fprettify.svg?branch=master )] ( https://travis-ci.org/pseewald/fprettify ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/pseewald/fprettify/badge.svg?branch=master )] ( https://coveralls.io/github/pseewald/fprettify?branch=master ) [ ![ Code Health] ( https://landscape.io/github/pseewald/fprettify/master/landscape.svg?style=flat )] ( https://landscape.io/github/pseewald/fprettify/master ) [ ![ Code Climate] ( https://codeclimate.com/github/pseewald/fprettify/badges/gpa.svg )] ( https://codeclimate.com/github/pseewald/fprettify ) [ ![ Code Issues] ( https://www.quantifiedcode.com/api/v1/project/d5bb6eeb81ba41478986898d3d2665e4/badge.svg )] ( https://www.quantifiedcode.com/app/project/d5bb6eeb81ba41478986898d3d2665e4 )
4-
3+ [ ![ Build Status] ( https://travis-ci.org/pseewald/fprettify.svg?branch=master )] ( https://travis-ci.org/pseewald/fprettify ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/pseewald/fprettify/badge.svg?branch=master )] ( https://coveralls.io/github/pseewald/fprettify?branch=master )
54fprettify is an auto-formatter for modern Fortran code that imposes strict whitespace formatting, written in Python.
65
76
@@ -88,3 +87,6 @@ autocmd Filetype fortran setlocal formatprg=fprettify\ --silent
8887## Contributing / Testing
8988
9089The testing mechanism allows you to easily test fprettify with any Fortran project of your choice. Simply clone or copy your entire project into ` fortran_tests/before ` and run ` python setup.py test ` . The directory ` fortran_tests/after ` contains the test output (reformatted Fortran files). If testing fails, please submit an issue!
90+
91+
92+ [ ![ Code Health] ( https://landscape.io/github/pseewald/fprettify/master/landscape.svg?style=flat )] ( https://landscape.io/github/pseewald/fprettify/master ) [ ![ Code Climate] ( https://codeclimate.com/github/pseewald/fprettify/badges/gpa.svg )] ( https://codeclimate.com/github/pseewald/fprettify ) [ ![ Code Issues] ( https://www.quantifiedcode.com/api/v1/project/d5bb6eeb81ba41478986898d3d2665e4/badge.svg )] ( https://www.quantifiedcode.com/app/project/d5bb6eeb81ba41478986898d3d2665e4 )
You can’t perform that action at this time.
0 commit comments