Skip to content

Instantly share code, notes, and snippets.

@mattmc3
Created April 6, 2017 00:35
Show Gist options
  • Save mattmc3/aa3248ae4baf6f6524f7f943be944a08 to your computer and use it in GitHub Desktop.
Save mattmc3/aa3248ae4baf6f6524f7f943be944a08 to your computer and use it in GitHub Desktop.
EditorConfig template
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
# Matches multiple files with brace expansion notation
# Set default charset
[*.{sql,py}]
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
# Tab indentation (no size specified)
[Makefile]
indent_style = tab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment