CoatiSoftware / vs-sourcetrail

Visual Studio Extension to communicate with Sourcetrail and generate a JSON Compilation Database from a Visual Studio Solution
Apache License 2.0
117 stars 42 forks source link

Add "root = true" to top of .editorconfig file #21

Closed dakotahawkins closed 6 years ago

dakotahawkins commented 6 years ago

This will keep your editor from continuing to look in parent directories. For example, if you have a default .editorconfig file in C:\Code\Repos\ it will apply to all subdirectories in that folder that don't have root .editorconfig files themselves.

mlangkabel commented 6 years ago

Good point!