Consensys / Tokens

Ethereum Token Contracts
MIT License
2.06k stars 1.19k forks source link

Adding in .gitattributes file #118

Closed rbharath closed 6 years ago

rbharath commented 6 years ago

The solidity contracts in the Tokens repo currently don't have syntax highlighting. Github recently added support for solidity syntax highlighting, but due to name conflicts, requires each repo which wants such highlighting to add in a special .gitattributes file. This PR adds this file in

Contracts look very nice with highlighting turned on (for example, see https://github.com/datamined/contracts/blob/master/contracts/DataCoin.sol), so I think it will make the contracts here more readable.

maurelian commented 6 years ago

Thanks @rbharath, I'm excited about this.