Skip to content

Instantly share code, notes, and snippets.

@effrenus
Created September 14, 2015 10:49
Show Gist options
  • Save effrenus/eb551484e8432df73ca3 to your computer and use it in GitHub Desktop.
Save effrenus/eb551484e8432df73ca3 to your computer and use it in GitHub Desktop.
# editorconfig.org
root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[*.yml]
indent_style = space
[package.json]
indent_style = space
{
"extends": "airbnb",
"rules": {
"react/jsx-uses-react": 2,
"react/jsx-uses-vars": 2,
"react/react-in-jsx-scope": 2,
"indent": [2, "tab"],
"block-scoped-var": 0,
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment