From 3af90930d6ba4b5626ac1c645e8f3270201342a8 Mon Sep 17 00:00:00 2001 From: David Chen Date: Tue, 27 Aug 2024 20:16:42 -0500 Subject: [PATCH] include taplo.toml --- .gitignore | 1 + taplo.toml | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 taplo.toml diff --git a/.gitignore b/.gitignore index bb21fbd..5533403 100755 --- a/.gitignore +++ b/.gitignore @@ -48,6 +48,7 @@ ranger/plugins/devicons_linemode.pyo !/joshuto !/yazi !/*.bttpreset +!/taplo.toml jesseduffield/lazynpm/state.yml diff --git a/taplo.toml b/taplo.toml new file mode 100644 index 0000000..7adc5af --- /dev/null +++ b/taplo.toml @@ -0,0 +1,5 @@ +[formatting] +align_entries = true +column_width = 120 +indent_tables = true +indent_entries = false