Skip to content

Instantly share code, notes, and snippets.

@snovakovic
Last active May 8, 2016 12:52
Show Gist options
  • Save snovakovic/4496c55114161a3236edcff7589b5e0d to your computer and use it in GitHub Desktop.
Save snovakovic/4496c55114161a3236edcff7589b5e0d to your computer and use it in GitHub Desktop.
Editorconfig
# This file is for unifying the coding style for different editors and IDEs.
# More information at http://EditorConfig.org
# No .editorconfig files above the root directory
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment