I have a similar scenario as those described here and here: I want to have a single .editorConfig
file, but be able to commit it to multiple repos (one to many). I have read that there are some issues with creating softlinks
and symlinks
on git, but I have not found much about hardlinks
.
My questions:
- Is this discouraged somehow? I understand that specific projects might have specific
editorConfig
requirements. Also, that changing one of the files will generate a git change in multiple repos, but this does not bother me, since I pretend the style to be consistent across my repos (I work mainly withc#
). - Will it behave differently in different environments with git (linux, osx, windows)?