diff options
author | Chris <[email protected]> | 2021-03-28 03:52:09 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-28 03:52:09 -0400 |
commit | edc640c50fe3d8f1378576c2bdb14b5c6e8140d5 (patch) | |
tree | 4ecff6c97a9ddba8d6908683a6fe42b078f8b5a0 /test.py | |
parent | 6e65c34e280b1e7428d3c753088b9569f4a65e57 (diff) |
new settings options for autoformat
Diffstat (limited to 'test.py')
-rw-r--r-- | test.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test.py b/test.py new file mode 100644 index 00000000..6cf32a8b --- /dev/null +++ b/test.py @@ -0,0 +1,3 @@ + +def thing(parameter_list): + pass |