RReverser / github-editorconfig

Browser extension that provides EditorConfig support for GitHub
http://rreverser.com/gh-github-editorconfig/
MIT License
133 stars 32 forks source link

GitHub Enterprise support #7

Open klaernie opened 9 years ago

klaernie commented 9 years ago

Would it be possible to support internal GitHub Enterprise installations?

RReverser commented 9 years ago

Dunno - I don't have any GitHub Enterprise installation to play with.

DukeyToo commented 9 years ago

I think the difference that prevents it from working right now are the urls.

In my example, the site itself is of the form git.mycompanyname.com. Since the extension does not have access to that site, it does not activate.

Raw file urls are the same url as the file, just replace "blob" in the path with "raw".

RReverser commented 9 years ago

Yeah, but I can't make extension to work on any random domain :P