We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a5a9aa commit e33079cCopy full SHA for e33079c
README.md
@@ -147,10 +147,11 @@ indent_width = 4
147
template_file='~/my_template.cpp'
148
workspace_dir = '~/atcoder-workspace/'
149
lang = 'cpp' # 'cpp' or 'java' (Currently)
150
+code_generator_file="~/custom_code_generator.py"
151
+
152
[postprocess]
153
exec_on_each_problem_dir='clang-format -i ./*.cpp'
154
exec_on_contest_dir='touch CMakeLists.txt'
-code_generator_file="~/custom_code_generator.py"
155
156
[etc]
157
download_without_login=false
0 commit comments