Skip to content

Commit edaff65

Browse files
committed
Updated README for more clear instructions on the settings files.
1 parent d09c380 commit edaff65

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,14 @@ There isn't a command pallete command to start this plugin, it is triggerg by hi
2727
If you wanted to simply put a new line after opening a docstring and not trigger the formatter, just hold `ctrl` and press enter.
2828

2929

30-
Settings
31-
--------
30+
Default and User Settings
31+
-------------------------
3232
You can configure which docstring format to use by updating your user settings for this package. (`Preferences > Package Settings > DocBlockr Python > Settings (User)`)
3333
For a full list of settings with documentation on what they affect, look at the `Settings (Default)` file.
34+
35+
36+
Project Settings
37+
----------------
3438
You can also override your user settings on a per project basis by editing your project file. Any setting will be available for overriding here.
3539

3640
```json

0 commit comments

Comments
 (0)