TrueBitFoundation / incentive-layer

[DEPRECATED] Incentive layer contracts and deployment information.
31 stars 20 forks source link

Adding in .gitattributes file for syntax #59

Closed rbharath closed 6 years ago

rbharath commented 6 years ago

The solidity contracts in the incentive-layer 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 to the incentives-layer repo.

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.

hswick commented 6 years ago

Thansk @rbharath this does make it look a lot better