Glavin001/atom-beautify

Please add support for Jenkinsfile

Open

#1,628 opened on Apr 26, 2017

View on GitHub
 (14 comments) (16 reactions) (0 assignees)CoffeeScript (1,503 stars) (442 forks)batch import
add-beautifieradd-languagegood first issuehelp wanted

Description

Description

Beautify detects the language (Groovy), but complains about no extension and fails to execute.

Input Before Beautification

This is what the code looked like before:

pipeline {
    agent any
    stages {
        ...
    }
}

Actual Output

N/A

Steps to Reproduce

  1. Add code to Atom editor
  2. Run command Atom Beautify: Beautify Editor
  3. Get error

Contributor guide