Leo Holanda

Results 8 comments of Leo Holanda

> EditorConfig doesn't deal with language-specific settings. I partially agree with that statement. EditorConfig already has a setting that is language-specific: continuation_indent_size. That setting will behave differently for each language....

> @holandaleo continuation_indent_size is not a core setting. Thanks for clarification. Just found that `wildcard_import_limit` is already part of domain-specific propositions. Would be nice to have as part of editorconfig-jetbrains...

What I can see in the future is, if debate starts to be so strict about limitations of editorconfig, what will happen is that someone will create another project with...

A few working/nonworking scenarios, always running with `--spring.profiles.active=developer,local` # Scenario 1: fails (expected: pass) :warning: file application.yml: ``` spring: profiles: developer datasource: password: '{cipher}something-that-decrypts-to-wrong-dbpass' ``` file application-local.yml: ``` spring: datasource:...

@spencergibb , I'll work on a complete project on the weekend and make it available on github.

Hi @spencergibb Here is a project using spring boot 2.0.8 and spring cloud finchley.sr2. You can see that DemoApplicationTests .java has 3 scenarios. All of them were supposed to pass,...

Adding a note here that this issue is not necessarily at spring cloud config. I'm not using spring cloud config server for this demo project that reproduces the issue. Could...