eclint icon indicating copy to clipboard operation
eclint copied to clipboard

Reusing an existing configuration .editorconfig file

Open cavo789 opened this issue 4 years ago • 3 comments

Hello

Sorry it probably exists but I didn't find the option: is there an option for specifying where is our existing .editorconfig file?

Is it possible to run a command like: eclint check --configuration ./../../.editorconfig *.md ?

Thanks.

cavo789 avatar Jun 03 '20 14:06 cavo789

There's not necessarily just one .editorconfig file. Could be multiple that end up combining into the config for a particular file.

jednano avatar Jun 05 '20 01:06 jednano

Hello and thank you for your answer that ... I didn't understand, sorry.

If I can precise my file and there, except if I'm wrong, it's possible to say "final=true" so the file will be only that one...

My question is to be able to reuse the .editconfig file that I'm using with Visual Studio Code and to not have to use all the existing arguments you've defined.

Is this possible?

Thanks for your help.

cavo789 avatar Jun 05 '20 06:06 cavo789

Go to EditorConfig.org and you’ll see root=true is the first declaration of the example file. You can read the specification for more info.

jednano avatar Jun 05 '20 07:06 jednano