Skip to content

Commit e33079c

Browse files
Update README.md
fix wrong example of configuration
1 parent 0a5a9aa commit e33079c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,11 @@ indent_width = 4
147147
template_file='~/my_template.cpp'
148148
workspace_dir = '~/atcoder-workspace/'
149149
lang = 'cpp' # 'cpp' or 'java' (Currently)
150+
code_generator_file="~/custom_code_generator.py"
151+
150152
[postprocess]
151153
exec_on_each_problem_dir='clang-format -i ./*.cpp'
152154
exec_on_contest_dir='touch CMakeLists.txt'
153-
code_generator_file="~/custom_code_generator.py"
154155
155156
[etc]
156157
download_without_login=false

0 commit comments

Comments
 (0)