Skip to content

Instantly share code, notes, and snippets.

@travis-g
Created June 3, 2016 14:37
Show Gist options
  • Save travis-g/ea01bd6ccbe04028df818b36ffcff017 to your computer and use it in GitHub Desktop.
Save travis-g/ea01bd6ccbe04028df818b36ffcff017 to your computer and use it in GitHub Desktop.
Basic EditorConfig file.
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
insert_final_newline = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment