atom-beautify
atom-beautify copied to clipboard
:mega: Help Wanted - Looking for Maintainer: https://github.com/Glavin001/atom-beautify/issues/2572 | :lipstick: Universal beautification package for Atom editor (:warning: Currently migrating to http...
# Description I get this error when i beautify a simple c-file Parsing: input202219-290435-1u48i28.5bkb.c as language C do_source_file: Unable to create output202219-290435-1scrhj5.n26h.c: Permission denied (13) Hide Stack Trace Error: Parsing:...
Uncaught Error: Cannot find module '$ATOM_HOME/packages\atom-beautify\node_modules\lodash\lodash....
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.58.0 x64 **Electron**: 9.4.4 **OS**: Microsoft Windows 10 Pro **Thrown From**: [atom-beautify](https://github.com/Glavin001/atom-beautify) package 0.33.4 ### Stack Trace Uncaught Error: Cannot find...
# Description I have an optional chain when assigning values to a variable from fetched json data (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining). Beautifying adds a space before and after the question mark. #...
# Description The results of beautification are not what I expect. # Input Before Beautification This is what the code looked like before: ``` this.behaviours.rejectGroupInvites = options.RejectGroupInvites ?? false; ```...
# Description Whenever I save my file, the Atom Editor throws an error: CLIEngine is not a constructor. And I don't get beautified file. # Steps to Reproduce 1. Add...
# Description The atom-beautify Settings for the option CSS/"Newline between rules" do not work as I expected. When I disable this option and run beautify, here's what happens: # Input...
# Description The results of beautification are not what I expect. # Input Before Beautification Beautification works on any other language except Ruby 2.7.4. or Ruby 3.0.3 # Expected Output...
Uncaught Error: Cannot find module '../../package.json'Require stack:- $ATOM_HOME/packages\atom...
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.58.0 x64 **Electron**: 9.4.4 **OS**: Microsoft Windows 11 Pro **Thrown From**: [atom-beautify](https://github.com/Glavin001/atom-beautify) package 0.33.4 ### Stack Trace Uncaught Error: Cannot find...
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.58.0 x64 **Electron**: 9.4.4 **OS**: Microsoft Windows 10 Home **Thrown From**: [atom-beautify](https://github.com/Glavin001/atom-beautify) package 0.33.4 ### Stack Trace Uncaught TypeError: require(...) is...
# Description Stata is a statistical software packages heavily used by academics for its ease of use while still providing powerful statistical analysis. It's also extremely efficient for repetitive analysis...