diff options
author | gennyble <gen@nyble.dev> | 2024-02-21 05:40:24 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2024-02-21 05:40:24 -0600 |
commit | c4eff133ed2a2c3deb8fad322a430b3263b6e6ab (patch) | |
tree | 1b599aca6b0bcf9cfec047f1eee56270f8fa2b8c /.rustfmt.toml | |
download | awake-c4eff133ed2a2c3deb8fad322a430b3263b6e6ab.tar.gz awake-c4eff133ed2a2c3deb8fad322a430b3263b6e6ab.zip |
initial commit; Filesytem and dirfiles
Diffstat (limited to '.rustfmt.toml')
-rw-r--r-- | .rustfmt.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.rustfmt.toml b/.rustfmt.toml new file mode 100644 index 0000000..18d655e --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1 @@ +hard_tabs = true \ No newline at end of file |