Skip to content

Instantly share code, notes, and snippets.

@beijaflor
Created February 21, 2015 04:50
Show Gist options
  • Save beijaflor/9230ed4030532a8ae636 to your computer and use it in GitHub Desktop.
Save beijaflor/9230ed4030532a8ae636 to your computer and use it in GitHub Desktop.
# EditorConfig is awesome: http://EditorConfig.org
root = true
# root = false
# =================
# --- TARGET
[*.{extention}]
# --- INDENT
indent_style = space
indent_size = 4
# --- CHARCODE
charset = utf-8
# --- RET CODE
end_of_line = lf, cr, crlf
# trim_trailing_whitespace = true,false
# insert_final_newline = true,false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment