Skip to content

Instantly share code, notes, and snippets.

@amokan
Created October 26, 2012 23:39
Show Gist options
  • Save amokan/3962233 to your computer and use it in GitHub Desktop.
Save amokan/3962233 to your computer and use it in GitHub Desktop.
# This file is for unifying the coding style for
# different editors and IDEs
#
# editorconfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_size = 2
[**.js]
indent_style = space
indent_size = 2
[Makefile]
indent_style = space
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment