We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
現状、インデントの設定をデフォルトから変えると、(機械的に生成される)入力パート等の部分のみに反映されて、テンプレートファイル(default_template.cpp等)のインデントは変わらないため、生成されるファイルのインデントが不揃いになります。
インデントの設定値によって、テンプレートファイルのインデントを変更する仕組みが必要。
The text was updated successfully, but these errors were encountered:
align indent of the template (fix kyuridenamida#194)
5e826c7
Successfully merging a pull request may close this issue.
現状、インデントの設定をデフォルトから変えると、(機械的に生成される)入力パート等の部分のみに反映されて、テンプレートファイル(default_template.cpp等)のインデントは変わらないため、生成されるファイルのインデントが不揃いになります。
インデントの設定値によって、テンプレートファイルのインデントを変更する仕組みが必要。
The text was updated successfully, but these errors were encountered: