An open API service indexing awesome lists of open source software.

https://github.com/mondeja/atom-configure

My own Atom configuration script
https://github.com/mondeja/atom-configure

Last synced: 3 months ago
JSON representation

My own Atom configuration script

Awesome Lists containing this project

README

          

# atom-configure

My own Atom configuration script.

## Usage

```bash
npm install
node index.js
```

---

## Configuration

### Core

- Don't send telemetry data to developers.
- Doesn't show welcome screen.

### Editor
- Show indent guide.
- Show line numbers.
- Indentation of 4 spaces by default.
- Remove multiple lines at the end of the files.
- Remove blank spaces at the end of the lines.

#### Javascript

- Indentation of 2 spaces by default.

#### JSON

- Indentation of 2 spaces by default.