Skip to content

Instantly share code, notes, and snippets.

@LusainKim
Last active August 27, 2018 07:57
Show Gist options
  • Save LusainKim/fbeea08c4d74bf29ceb01009e64f992b to your computer and use it in GitHub Desktop.
Save LusainKim/fbeea08c4d74bf29ceb01009e64f992b to your computer and use it in GitHub Desktop.
.editorconfig
root = true
[*]
indent_style = tab
indent_size = 4
[*.{c,cpp,h,hpp}]
charset = utf-8
indent_style = tab
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