EditorConfig Configs

This repository provides standardized .editorconfig files for my projects.

Usage

To use the EditorConfig file for a specific programming language/framework/idk, you can run the following command in your project directory:

sh <(curl -s https://raw.githubusercontent.com/pusi77/editorconfig-configs/main/downloader.sh) <programming_language>

To list the available configurations run:

sh <(curl -s https://raw.githubusercontent.com/pusi77/editorconfig-configs/main/downloader.sh) list