Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pfefferle/.editorconfigs
A list of .editorconfig files, optimized for several projects
https://github.com/pfefferle/.editorconfigs
editorconfig editorconfig-files
Last synced: 23 days ago
JSON representation
A list of .editorconfig files, optimized for several projects
- Host: GitHub
- URL: https://github.com/pfefferle/.editorconfigs
- Owner: pfefferle
- Created: 2015-09-30T09:27:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-07-01T21:38:40.000Z (over 2 years ago)
- Last Synced: 2024-10-20T02:48:08.993Z (25 days ago)
- Topics: editorconfig, editorconfig-files
- Homepage: http://pfefferle.github.io/.editorconfigs/
- Size: 11.7 KB
- Stars: 43
- Watchers: 4
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .editorconfigs
A list of .editorconfig files, optimized for several projects
## What is EditorConfig?
[EditorConfig](http://editorconfig.org) helps developers define and maintain consistent coding styles between different editors and IDEs. The EditorConfig project consists of a file format for defining coding styles and a collection of text editor plugins that enable editors to read the file format and adhere to defined styles. EditorConfig files are easily readable and they work nicely with version control systems.
## Installation
with wget:
```bash
$ wget https://raw.githubusercontent.com/pfefferle/.editorconfigs/master//.editorconfig
```with curl:
```bash
$ curl -o .editorconfig https://raw.githubusercontent.com/pfefferle/.editorconfigs/master//.editorconfig
```## License
[![CC0](https://i.creativecommons.org/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/)