Skip to content

Instantly share code, notes, and snippets.

@erikfig
Created January 26, 2016 18:12
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 erikfig/7f90a9d38695627c007f to your computer and use it in GitHub Desktop.
Save erikfig/7f90a9d38695627c007f to your computer and use it in GitHub Desktop.
; This file is for unifying the coding style for different editors and IDEs.
; More information at http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.bat]
end_of_line = crlf
[*.yml]
indent_style = space
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment