diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..176a458 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..22c02ac --- /dev/null +++ b/.gitconfig @@ -0,0 +1,2 @@ +[merge] +ff = only diff --git a/.taplo.toml b/.taplo.toml new file mode 100644 index 0000000..655fb7d --- /dev/null +++ b/.taplo.toml @@ -0,0 +1,2 @@ +include = ["**/Cargo.toml"] +exclude = ["**/cog.toml"]