Top "Editorconfig" questions

EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs.

editorconfig for Visual studio code

My project has .editorconfig file with: [*.{js}] charset = utf-8 indent_style = space indent_size = 4 I thought this will force my …

visual-studio-code editorconfig
EditorConfig for VS Code not working

I use VS Code as editor. We have a .editorconfig file with format configs within. We all use in our …

html css visual-studio-code editorconfig
How to export all my Intellij code styles to a .editorconfig file?

I'm trying to have a standard code style for my project, and I have found http://editorconfig.org/, that is …

java intellij-idea editorconfig
Possible to ignore/exclude file/folder from .editorconfig?

Is it possible to ignore/exclude file/folder from .editorconfig? Reason: I have a /vendor folder with third party files. …

editorconfig
EditorConfig vs. Eslint vs. Prettier: Is it worthwhile to use them all?

I am trying to set up some tools to help maintain consistency in a codebase used by multiple developers. Is …

formatting eslint code-formatting editorconfig prettier
Editorconfig: How to autofix all files in a project

Given I have an .editorconfig file that dictates consistent indent, line endings, trailing whitespace, etc. # http://editorconfig.org root = true [*] …

editorconfig