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
- Host: GitHub
- URL: https://github.com/mondeja/atom-configure
- Owner: mondeja
- License: bsd-3-clause
- Created: 2020-11-09T10:06:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-02T11:29:20.000Z (almost 4 years ago)
- Last Synced: 2025-06-26T14:08:28.273Z (4 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.