Skip to content

Instantly share code, notes, and snippets.

@mattclements
Created January 2, 2015 15:50
Show Gist options
  • Save mattclements/8d6a90b87704fba4f83b to your computer and use it in GitHub Desktop.
Save mattclements/8d6a90b87704fba4f83b to your computer and use it in GitHub Desktop.
DFC Editor Config
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment