Skip to content

Instantly share code, notes, and snippets.

@DDuarte
Created July 12, 2015 11:40
Show Gist options
  • Save DDuarte/144d4baa90f3a7c205f9 to your computer and use it in GitHub Desktop.
Save DDuarte/144d4baa90f3a7c205f9 to your computer and use it in GitHub Desktop.
TC EditorConfig
# http://EditorConfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{cpp,h,c,cmake,txt,sql,md}]
charset = utf-8
trim_trailing_whitespace = true
[*.{cpp,h,c}]
indent_style = space
indent_size = 4
[{.travis.yml}]
indent_style = space
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment