.editorconfig
Editorconfig is a tiny file, usually located in the root of a given project, that tells your IDE/text editor what indentation settings to use for the project. This ensures consistent code across all our work, so we don’t look like wild freelancers. For the .editorconfig file to work, you need an extension/plugin for your text editor […]