/editorconfig

EditorConfig templates (for me) and tiny app to fetch

Primary LanguageRustCreative Commons Zero v1.0 UniversalCC0-1.0

EditorConfig templates

Tiny script to generate .editorconfig.

Prerequisites

  • curl

Install

Install cargo from https://rustlang.org.

cargo install editorconfig --git https://github.com/vain0x/editorconfig --branch main

Usage

To generate .editorconfig for Rust project, do:

editorconfig rust

and .editorconfig file is created or overwritten with:

root = true

[*.rs]
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true

Multiple languages

Split language names by comma ,:

editorconfig 'html,css,ts'

List of Languages

See templates/index.txt.