Skip to content

pfefferle/.editorconfigs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.editorconfigs

A list of .editorconfig files, optimized for several projects

What is EditorConfig?

EditorConfig 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:

$ wget https://raw.githubusercontent.com/pfefferle/.editorconfigs/master/<project name>/.editorconfig

with curl:

$ curl -o .editorconfig https://raw.githubusercontent.com/pfefferle/.editorconfigs/master/<project name>/.editorconfig

License

CC0

About

A list of .editorconfig files, optimized for several projects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published