This website requires JavaScript.
Explore
Help
Sign In
embarklabs
/
embark
mirror of
https://github.com/embarklabs/embark.git
Watch
2
Star
0
Fork
You've already forked embark
0
Code
Issues
Projects
Releases
Wiki
Activity
c7a5c4c368
embark
/
.gitattributes
3 lines
52 B
Plaintext
Raw
Normal View
History
Unescape
Escape
build: `* text=auto` -> `* text=auto eol=lf` Solves a problem with Windows builds on Azure Pipelines converting LF to CRLF such that eslint+prettier fails in `packages/plugins/snark` (eventually others too).
2019-09-15 18:37:17 +00:00
* text=auto eol=lf
style: enable Solidity syntax highlighting on GitHub
2020-02-14 15:43:28 +00:00
*.sol linguist-language=Solidity