I have a Web application which has dependency on an external module for JSON schema validation. The Web app has its Git repository, within which the module is included as a Git submodule.
On the Web project, I have editorconfig
for syntax standardisation. For this(as I use Sublime text), I use editorconfig-sublime.
The module is maintained by another team, and they have their own coding style. I occasionally contribute to it though.
The issue I'm having is that when I add code within the Web folder, to the module, my coding style clashes with theirs, as I have my own .editorconfig
file. They don't currently use editorconfig
.
My question is this: