Skip to content

Instantly share code, notes, and snippets.

@renaco
Last active June 1, 2018 16:04
Show Gist options
  • Save renaco/a971cfb5d5b8d8cdc3f5 to your computer and use it in GitHub Desktop.
Save renaco/a971cfb5d5b8d8cdc3f5 to your computer and use it in GitHub Desktop.
Default EditorConfig
# EditorConfig for Front-End
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_new_line = true
insert_final_newline = true
tab_width = 2
trim_trailing_whitspace = true
[*.jade]
indent_style = space
indent_size = 2
[*.coffee]
indent_style = space
indent_size = 2
[{*.stylus, *.coffee, *.config}]
indent_style = space
tab_width = 2
indent_size = 2
[*.md]
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment