Questions tagged [atom-beautify]
24 questions
0
votes
1 answer
Formating issues with Atom Beautify
I'm frustrated with the behavior of Atom Beautify.
Actual Behavior:
import React, { useState } from 'react'
export default function MyComponent() {
return (
-
…
0
votes
1 answer
Python how to stop the atom-beautify package from line splitting?
I'm creating a program to get my work schedule from the google calendar API and calculate my pay. There is this one line that keeps on splitting when I don't want it to.
I looked into it a little and increased the preferred line length because I…

Nicpk24
- 3
- 1
0
votes
5 answers
install "atom-beautify@0.33.0" failed
I have installed the atom-beautify packages and I received this notify:
gyp info it worked if it ends with ok
gyp info using node-gyp@3.4.0
gyp info using node@6.9.5 | win32 | x64
gyp http GET…

littleAnt
- 263
- 1
- 4
- 16
0
votes
2 answers
Consistency of formatting available for VSCode and Atom?
Some of our team uses Atom and some of our team uses VSCode. My issue is with code formatting via Atom Beautify vs VSCode formatting. They yield results that are inconsistent between each other, which is heck for version control and consistency…

BBaysinger
- 6,614
- 13
- 63
- 132
0
votes
2 answers
Atom beautify weird linebreaks
I have a weird bug. When I beautify my html/php mixed code it breaks the line and puts the echo and the following tag on 2 different lines making it look ugly.
Anyone had this problem before ?
BTW look at $answer_hash['topic_firstname'] suddenly the…

Siebe.V
- 136
- 1
- 10
0
votes
2 answers
Formatting (beautifying) code blocks inside makdown documents when using Atom
I’m beginning to explore literate programming, which involves embedding executable code blocks into markdown documents. My current working environment is Atom with a package called markdown-preview-enhanced – it supports live code chunk execution,…

Alexander Kachkaev
- 842
- 15
- 29
0
votes
2 answers
Atom Beautify plugin breaks my React html
When I am just typing this file, code works.
When using Beautify plugin for Atom, code doesn't work.
I am trying to compare those files, but anyway cannot find my mistake.
Where can be a problem? May be Beautify blocks transpiler or…

Anatoly Khalizev
- 43
- 6
0
votes
1 answer
uncrustify google style c++ config
I am using uncrustify and atom-beautify in atom.io to format my C++ code according to google styling guide. I am using CPPlint to verify whether the code is formatted correctly. I am using the config file from…

Ramakrishnan Kannan
- 604
- 1
- 11
- 24
0
votes
0 answers
Beautify PHP on Atom.io returns Bad Argument error
I've hit a stumbling block whilst using Atom.io, unfortunately whenever I try and configure atom-beautify to work with PHP, it returns this stacktrace:
TypeError: Bad argument
at TypeError (native)
at ChildProcess.spawn…
user860511