Dmitry Osinovskiy

Results 16 comments of Dmitry Osinovskiy

@sindresorhus Sorry, but many editors (IDEs) have ability to check and enforce code style (for example via builtin formatter). Devs need a way to sync code style between different IDE...

@sindresorhus My previous answer already contains two arguments about why code style is a part of, well, "editor config" and so a part of EditorConfig as intended and not .gitignore....

@sindresorhus Maybe there is some misunderstanding. I don't propose to add anything that require language parsing to "official EditorConfig rules". All I'm proposing is a way to maintain a list...

@florianb I think you are more likely to break things by moving slowly, because domain-specific properties are already multiplying in different projects. Visual Studio has "dotnet_" and "csharp_" properties, Intellij...

IMHO, it's too late to have slash '/' to denote prefixes. Although it's a very good idea, I don't think everybody who is already using domain-specific properties would rush to...

I filed an issue to editorconfig project (https://github.com/editorconfig/editorconfig/issues/332), please feel free to add your opinion there.