Skip to content

📝 A collection of useful .editorconfig templates

License

Notifications You must be signed in to change notification settings

vinibrsl/editorconfig-templates

Repository files navigation

A collection of useful .editorconfig templates

This is a collection of .editorconfig file templates. EditorConfig is 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. For more information on how EditorConfig works, please refer to editorconfig.org.

How to use this repo?

To use this repo, find the best match for your project and copy its contents to a .editorconfig file on the root of your project.

You can use this command to download a template from the master branch to your project. Just replace Elixir.editorconfig to your prefered template. For example:

cd /path/to/your/code && curl https://raw.githubusercontent.com/vinibrsl/editorconfig-templates/master/Elixir.editorconfig > .editorconfig

Contributing

If you'd like to add a new .editorconfig template, make sure it doesn't exist yet. You can also edit an existing template, but make sure to explain why you're making a change on the PR description.

Here’s how we suggest you go about proposing a change to this project:

  1. Fork this project to your account.
  2. Create a branch for the change you intend to make.
  3. Make your changes to your fork.
  4. Send a pull request from your fork’s branch to our master branch.
  5. And thank you!

License

This repository uses CC0-1.0, similar to Unlicense.

The Creative Commons CC0 Public Domain Dedication waives copyright interest in a work you've created and dedicates it to the world-wide public domain. Use CC0 to opt out of copyright entirely and ensure your work has the widest reach. As with the Unlicense and typical software licenses, CC0 disclaims warranties. CC0 is very similar to the Unlicense.

About

📝 A collection of useful .editorconfig templates

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published