editorconfig / editorconfig-core-go

EditorConfig Core written in Go
MIT License
141 stars 32 forks source link

What does eclint_indent_style do? #72

Closed imcvampire closed 4 years ago

imcvampire commented 4 years ago

Hi,

Could you share what this line does? https://github.com/editorconfig/editorconfig-core-go/blob/master/.editorconfig#L20

Thank you!

greut commented 4 years ago

@imcvampire it's a prefixed value (vendor) for eclint which overrides the existing indent_style value when running the linter.

Example of prefixed values:

Cheers