Skip to content

Instantly share code, notes, and snippets.

@growdigital
Last active August 29, 2015 14:05
Show Gist options
  • Save growdigital/0b6c1e486adfc059f9ec to your computer and use it in GitHub Desktop.
Save growdigital/0b6c1e486adfc059f9ec to your computer and use it in GitHub Desktop.
Grow Digital default .editorconfig
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
indent_style = space
indent_size = 4
trim_trailing_whitespace = false
@growdigital
Copy link
Author

Using 4 spaces for Markdown as some editors don't like 2 spaces with embedded lists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment