Skip to content

Instantly share code, notes, and snippets.

@fernandoPalaciosGit
Last active December 15, 2015 22:17
Show Gist options
  • Select an option

  • Save fernandoPalaciosGit/6f49ca5ac31648a42bb7 to your computer and use it in GitHub Desktop.

Select an option

Save fernandoPalaciosGit/6f49ca5ac31648a42bb7 to your computer and use it in GitHub Desktop.
editorconfig
# Editorconfig files will stop at this path
root = true

[*]
charset = utf-8
trim_trailing_whitespace = true

# Unix-style newlines with a newline ending every file
end_of_line = lf
insert_final_newline = true

# 4 space indentation
indent_style = tab
tab_width = 2
#indent_style = space
#indent_size = 4

[*.md]
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment