You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,7 +162,9 @@ with each later location overriding any earlier options.
162
162
Here are the places options can be specified in the order that they are checked:
163
163
164
164
1. Global Configuration --
165
-
`<platform-specific user config location>/autograder.json` which is considered the "proper" place to store user-related config for the platform you are using (according to [platformdirs](https://github.com/platformdirs/platformdirs)). Use `--help` to see the exact place in your specific case. This is a great place to store login credentials.
165
+
`<platform-specific user config location>/autograder.json` which is considered the "proper" place to store user-related config
166
+
for the platform you are using (according to [platformdirs](https://github.com/platformdirs/platformdirs)).
167
+
Use `--help` to see the exact place in your specific case. This is a great place to store login credentials.
166
168
167
169
2. Local Configuration --
168
170
Local configuration files can be found in different locations, the first file found will be used and no other locations are searched.
@@ -179,7 +181,7 @@ Here are the places options can be specified in the order that they are checked:
179
181
180
182
A base config file (`autograder.json`) is often distributed with assignments that contains most the settings you need.
181
183
You can modify this config to include your settings and use that for setting all your configuration options.
0 commit comments