Skip to content

Instantly share code, notes, and snippets.

@Voonder
Last active February 10, 2017 19:22
Show Gist options
  • Save Voonder/0f88b1cfd7f736ea134d80d7f0e23d97 to your computer and use it in GitHub Desktop.
Save Voonder/0f88b1cfd7f736ea134d80d7f0e23d97 to your computer and use it in GitHub Desktop.
Configuration for IDE and project
# EditorConfig: http://EditorConfig.org
root = true
# Config for every file
[*]
indent_style = tab
indent_size = tab
tab_width = 4
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
insert_final_newline = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment