All Projects → vinibrsl → editorconfig-templates

vinibrsl / editorconfig-templates

Licence: CC0-1.0 license
📝 A collection of useful .editorconfig templates

Projects that are alternatives of or similar to editorconfig-templates

ace-mode-solidity
Ace ( https://ace.c9.io/ ) Edit Mode for Ethereum's Solidity language ( https://solidity.readthedocs.io/en/latest/ ).
Stars: ✭ 25 (+31.58%)
Mutual labels:  editorconfig
Shangchao-Website
(官网案例) - 上朝科技 - Vue 2.0 - SPA项目
Stars: ✭ 22 (+15.79%)
Mutual labels:  editorconfig
SharedInfrastructure
Centralized infrastructure elements for SixLabors projects. (msbuild, linting, shared internals)
Stars: ✭ 19 (+0%)
Mutual labels:  editorconfig
awesome-react-app
Always the latest version of "create-react-app" with awesome configurations (lint, commit lint, husk, editor config, etc)
Stars: ✭ 44 (+131.58%)
Mutual labels:  editorconfig
node-lintspaces
A validator for checking different kinds of whitespaces in your files.
Stars: ✭ 31 (+63.16%)
Mutual labels:  editorconfig
EditorConfig-Action
🔎A GitHub Action to check, enforce & fix EditorConfig style violations
Stars: ✭ 40 (+110.53%)
Mutual labels:  editorconfig
generator-node
🔧 Yeoman generator for Node projects.
Stars: ✭ 16 (-15.79%)
Mutual labels:  editorconfig
react-typescript
React16 + HMR + typescript + webpack + tslint + tests
Stars: ✭ 21 (+10.53%)
Mutual labels:  editorconfig
editorconfig-vscode
EditorConfig extension for Visual Studio Code
Stars: ✭ 1,098 (+5678.95%)
Mutual labels:  editorconfig
editorconfig-defaults
No description or website provided.
Stars: ✭ 21 (+10.53%)
Mutual labels:  editorconfig
Editorconfig Sublime
Sublime Text plugin for EditorConfig - Helps developers maintain consistent coding styles between different editors
Stars: ✭ 1,749 (+9105.26%)
Mutual labels:  editorconfig
editorconfig-gradle-plugin
A Gradle plugin for checking whether project files comply with format rules defined in .editorconfig files and eventually also for fixing the violations
Stars: ✭ 40 (+110.53%)
Mutual labels:  editorconfig
Friendly Code Editor
Try this Friendly Code Editor. You'll love it. I made it with a lot of effort. It has some great features. I will update it adequately later. Very helpful for developers. Enjoy and share.
Stars: ✭ 20 (+5.26%)
Mutual labels:  editorconfig
happy-web
Project built during Rocketseat's Next Level Week #3
Stars: ✭ 19 (+0%)
Mutual labels:  editorconfig
editorconfig.nvim
EditorConfig plugin for Neovim
Stars: ✭ 235 (+1136.84%)
Mutual labels:  editorconfig
editorconfig-cli
📝🔧 initialize .editorconfig in your terminal
Stars: ✭ 26 (+36.84%)
Mutual labels:  editorconfig
pwa
An opinionated progressive web app boilerplate
Stars: ✭ 355 (+1768.42%)
Mutual labels:  editorconfig
eslint-config-with-prettier
Eslint config with prettier
Stars: ✭ 39 (+105.26%)
Mutual labels:  editorconfig
editorconfig-checker.javascript
A tool to verify that your files are in harmony with your .editorconfig
Stars: ✭ 59 (+210.53%)
Mutual labels:  editorconfig
fe-standard-config-seed
前端通用代码规范自动化接入
Stars: ✭ 18 (-5.26%)
Mutual labels:  editorconfig

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].