-
Notifications
You must be signed in to change notification settings - Fork 453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java and uncrustify #718
Comments
This issue has been automatically marked as stale because it has not had recent activity. If this is still an issue, please add a comment. It will be closed if no further activity occurs. Thank you for your contributions. |
I am facing exactly the same issue using Java file, uncrustify and Atom 1.22.1 x64 on Ubuntu LTS 14.04. |
Same thing here... All the code is pushed to the left, the indentation gets all messed up... tvn@ubuntuOS:~$ atom --version tvn@ubuntuOS:~$ uncrustify -v tvn@ubuntuOS: tvn@ubuntuOS:~$ date |
+1. Still happening May 2018 with the latest versions. |
I have installed in May 2019. The problem is still there. Sample public class LinkedList { private void add(int data){
} class Node { public Node(int data) { } |
Still the same. Useless. |
Hello everyone,
I just installed uncrustify to use atom-beautify on a Java File. The problem is that it doesn't do the work : it suppresses all my indentation, the entire text is pulled to the left...
That's certainly a problem of configuration, but the wiki or the readme didn't help me. Can someone here explain how to set it up ?
Atom Beautify - Debugging information
The following debugging information was generated by
Atom Beautify
onSat Dec 19 2015 19:32:36 GMT+0100 (CET)
.Platform: linux
Versions
Atom Version: 1.1.0
Atom Beautify Version: 0.28.19
Original file to be beautified
Original File Path:
/media/florian/26AACE1AAACDE701/Users/Florian/Documents/UCL/Q7/LINGI2241 - Architecture and performance of computer systems/Group_work_1/github/group_work_2/src/main/utils/NetworkNode.java
Original File Grammar: Java
Original File Language: Java
Original File Contents:
Beautification options
Editor Options:
Options from Atom Editor settings
Config Options:
Options from Atom Beautify package settings
Home Options:
Options from
/home/florian/.jsbeautifyrc
{ "_default": {} }
EditorConfig Options:
Options from EditorConfig file
{ "_default": {} }
Project Options:
Options from
.jsbeautifyrc
files starting from directory/media/florian/26AACE1AAACDE701/Users/Florian/Documents/UCL/Q7/LINGI2241 - Architecture and performance of computer systems/Group_work_1/github/group_work_2/src/main/utils
and going up to rootFinal Options:
Final combined options that are used
Package Settings:
The raw package settings options
Results
Beautified File Contents:
Original vs. Beautified Diff:
Logs:
The text was updated successfully, but these errors were encountered: