Skip to content

Instantly share code, notes, and snippets.

@kumar8600
Created March 20, 2017 15:10
Show Gist options
  • Save kumar8600/8139eca5add7ec65f6406e35e3e1f4fa to your computer and use it in GitHub Desktop.
Save kumar8600/8139eca5add7ec65f6406e35e3e1f4fa to your computer and use it in GitHub Desktop.
Visual Studio 2017 C++ 用 EditorConfig
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# C++
[*.{c,cpp,h}]
indent_style = space
indent_size = tab
tab_width = 4
end_of_line = crlf
charset = utf-8-bom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment