From 4f0c911019f4d8a64b5d7357955b44b7fbf61e44 Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Tue, 3 Dec 2024 09:48:55 -0500 Subject: [PATCH] chore: update formatting --- .config/nvim/.editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/nvim/.editorconfig b/.config/nvim/.editorconfig index 2b8d30b..4d930fb 100644 --- a/.config/nvim/.editorconfig +++ b/.config/nvim/.editorconfig @@ -8,6 +8,10 @@ indent_style = space indent_size = 3 max_line_length = 80 trim_trailing_whitespace = true +tab_width = 3 + +[*.lua] +max_line_length = 120 [yaml] indent_size = 2