diff options
author | chriseth <chris@ethereum.org> | 2018-02-21 07:42:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-21 07:42:53 +0800 |
commit | 2f862b472861c384ce2ed4e8550d6794148fbee1 (patch) | |
tree | 4f37d7d4aafd1610dbac518503324cc54c7d34c2 | |
parent | 3076a434baccfebb1c3f35b4cb74a3283a195e26 (diff) | |
parent | 0936a44bea60874c36db6113de78b1570bd4c01b (diff) | |
download | dexon-solidity-2f862b472861c384ce2ed4e8550d6794148fbee1.tar.gz dexon-solidity-2f862b472861c384ce2ed4e8550d6794148fbee1.tar.zst dexon-solidity-2f862b472861c384ce2ed4e8550d6794148fbee1.zip |
Merge pull request #3561 from ldct/patch-2
Create .gitattributes
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..52031de5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sol linguist-language=Solidity |