solidity-float-point-calculation icon indicating copy to clipboard operation
solidity-float-point-calculation copied to clipboard

Adding in .gitattributes file for syntax highlighting.

Open rbharath opened this issue 7 years ago • 0 comments

The solidity contracts in the solidity-float-point-calculation 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 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.

rbharath avatar Mar 07 '18 22:03 rbharath