Skip to content

Instantly share code, notes, and snippets.

@bsara
Last active May 24, 2017 22:53
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 bsara/371d526a09192708a079 to your computer and use it in GitHub Desktop.
Save bsara/371d526a09192708a079 to your computer and use it in GitHub Desktop.
EditorConfig (Standard)
root = true
[*]
charset = utf-8
continuation_indent_size = 2
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.diff]
insert_final_newline = false
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment