Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Last active August 29, 2015 14:03
Show Gist options
  • Save miguelmota/d116c4a93bd42af32828 to your computer and use it in GitHub Desktop.
Save miguelmota/d116c4a93bd42af32828 to your computer and use it in GitHub Desktop.
EditorConfig sample file http://editorconfig.org/
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
# use line feed
end_of_line = lf
# ensure file ends with a newline when saving
insert_final_newline = true
# soft tabs
indent_style = space
# number of columns used for each indentation level
indent_size = 4
# remove any whitespace characters preceding newline characters
trim_trailing_whitespace = true
# character set
charset = utf-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment