Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)