-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support C# #153
Support C# #153
Conversation
無理矢理別の方向性で修正したため衝突事故が起きてしまった...すみません |
add default code style
Codecov Report
@@ Coverage Diff @@
## master #153 +/- ##
==========================================
+ Coverage 89.61% 89.85% +0.24%
==========================================
Files 52 53 +1
Lines 2474 2582 +108
==========================================
+ Hits 2217 2320 +103
- Misses 257 262 +5
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
すみません間違えてapproveしてしまいました。変更できますか。
すみません。NIMのを一部そのままコピーしちゃったところがあったようです。。。直します。 |
C#のものに変更
衝突してるみたいです。最新のmasterを一度手元でマージしてもらえますか? |
ありがとうございます。マージします |
Languageクラスでdefault code styleを指定できるようにしました。indent_type, indent_widthを指定できます。
default code styleの指定がある場合はこちらを優先、ない場合はデフォルト引数が指定されるようにしました。
.atcodertools.tomlの設定はこの両者よりもさらに優先されます。