Skip to content
Search Gists
Search Gists
All gists
Back to GitHub
Sign in
Sign up
Sign in
Sign up
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
Arkady Shapkin
KindDragon
95
followers
·
28
following
View GitHub Profile
All gists
27
Forked
1
Starred
4
Sort
Recently created
Least recently created
Recently updated
Least recently updated
Sort
Recently created
Least recently created
Recently updated
Least recently updated
1 file
0 forks
1 comment
0 stars
KindDragon
/
cpp-conventions.md
Last active
August 29, 2015 13:57
— forked from
haacked/csharp-conventions.md
Space vs Tab
Space
std::string
GetSomething
() {
return
something; }
You can’t perform that action at this time.