DEV Community

Cover image for EditorConfig on the fly
Francesco Bianco
Francesco Bianco

Posted on

3 1

EditorConfig on the fly

One of the things that doesn't favor a project's popularity on GitHub is too many files in the project root. Often in fact to get to the README.md you have to scroll through a long list of files, obviously always useful but, I think being able to streamline it is very useful.
In this sense I thought that removing the .editorconfig file and downloading it only when needed, ie at the beginning of a development or debugging session.
With this purpose I have created this repository I hope it will be useful for all of you.

Top comments (0)

Image of Datadog

The Essential Toolkit for Front-end Developers

Take a user-centric approach to front-end monitoring that evolves alongside increasingly complex frameworks and single-page applications.

Get The Kit

👋 Kindness is contagious

Engage with a sea of insights in this enlightening article, highly esteemed within the encouraging DEV Community. Programmers of every skill level are invited to participate and enrich our shared knowledge.

A simple "thank you" can uplift someone's spirits. Express your appreciation in the comments section!

On DEV, sharing knowledge smooths our journey and strengthens our community bonds. Found this useful? A brief thank you to the author can mean a lot.

Okay