Enforce linebreak style (#1213)

* Now forcing Unix linebreak style.

* Added linebreak style for Solidity files.
This commit is contained in:
Nicolás Venturo
2018-08-16 14:31:09 -03:00
committed by GitHub
parent 4dcdd293e8
commit b59b43fa44
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
"rules": {
"error-reason": "off",
"indentation": ["error", 2],
"linebreak-style": ["error", "unix"],
"max-len": ["error", 79],
"no-constant": ["error"],
"no-empty-blocks": "off",