Forum | Documentation | Website | Blog

Skip to content

Fix .editorconfig not compatible with Atom

Jason Kridner requested to merge github/fork/DanielCasner/dc/editorconfig into master

Created by: DanielCasner

Multiple definitions with the same section name cause errors in Atom editor (I don't think they are actually strictly legal in ini files). I've just grouped everything from both [*] sections into one so there should be no change in behavior.

Merge request reports