Skip to content

Instantly share code, notes, and snippets.

@duaraghav8
Created October 7, 2017 04:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save duaraghav8/c2d5c0c40493b5b90e708972445ec28b to your computer and use it in GitHub Desktop.
Save duaraghav8/c2d5c0c40493b5b90e708972445ec28b to your computer and use it in GitHub Desktop.
{
"extends": "solium:all",
"rules": {
"quotes": [
"error",
"double"
],
"indentation": [
"error",
4
],
"arg-overflow": [
"warning",
3
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment