diff options
| author | Andrew Guschin <guschin.drew@gmail.com> | 2023-04-09 18:23:13 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin.drew@gmail.com> | 2023-04-09 18:23:13 +0400 |
| commit | a5bf84189c0df8a2ac5a6f99ca314a1f39c9b697 (patch) | |
| tree | f5386fffa1db8fab5e0fe2cced0470db999c5aed /graph-checker/rustfmt.toml | |
| parent | cf1396c9ac9a37d5f5b0821f1572be17bcca3aa7 (diff) | |
Restructured project into multiple files
Diffstat (limited to 'graph-checker/rustfmt.toml')
| -rw-r--r-- | graph-checker/rustfmt.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graph-checker/rustfmt.toml b/graph-checker/rustfmt.toml new file mode 100644 index 0000000..5cd3daa --- /dev/null +++ b/graph-checker/rustfmt.toml @@ -0,0 +1,2 @@ +max_width = 80 + |