Skip to content

Instantly share code, notes, and snippets.

@tektoh
Last active August 29, 2015 14:09
Show Gist options
  • Save tektoh/b7db3d9020cb90a7caf6 to your computer and use it in GitHub Desktop.
Save tektoh/b7db3d9020cb90a7caf6 to your computer and use it in GitHub Desktop.
EditorConfig - http://editorconfig.org/
root = true
[*]
indent_style = tab
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
[Vagrantfile]
indent_style = space
indent_size = 2
[composer.json]
indent_style = space
indent_size = 2
[*.bat]
end_of_line = crlf
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
[*.go]
indent_style = tab
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment