Skip to content

Instantly share code, notes, and snippets.

@frontend-3
Last active March 28, 2016 20:08
Show Gist options
  • Save frontend-3/88c19c8ac0645dcae737 to your computer and use it in GitHub Desktop.
Save frontend-3/88c19c8ac0645dcae737 to your computer and use it in GitHub Desktop.
EditorConfig para frontend
root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
insert_final_newline = true
[*.jade]
indent_style = space
indent_size = 4
[*.{styl,coffee}]
indent_style = tab
tab_width = 4
[{*.styl,*.coffee}]
indent_style = tab
tab_width = 4
[*.md]
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment