Skip to content

Instantly share code, notes, and snippets.

@todorok1
Last active October 12, 2020 13:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save todorok1/e3d66807bcaf4d8628bd1a9877c5df01 to your computer and use it in GitHub Desktop.
Save todorok1/e3d66807bcaf4d8628bd1a9877c5df01 to your computer and use it in GitHub Desktop.
コーディングスタイルの変更サンプル
// 元々こんな書き方
void Method(){
}
// こう直したい
void Method()
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment