From 08b02c05ad54f3fa2440bf2206f3469de3ceeeba Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Sun, 24 Nov 2024 19:38:55 -0500 Subject: [PATCH] update style --- .config/nvim/.editorconfig | 5 ++++- .config/nvim/.stylua.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.config/nvim/.editorconfig b/.config/nvim/.editorconfig index e914823..2b8d30b 100644 --- a/.config/nvim/.editorconfig +++ b/.config/nvim/.editorconfig @@ -5,10 +5,13 @@ charset = utf-8 end_of_line = lf insert_final_newline = false indent_style = space -indent_size = 2 +indent_size = 3 max_line_length = 80 trim_trailing_whitespace = true +[yaml] +indent_size = 2 + [markdown] indent_size = 4 trim_trailing_whitespace = false \ No newline at end of file diff --git a/.config/nvim/.stylua.toml b/.config/nvim/.stylua.toml index e88b263..76e7ece 100644 --- a/.config/nvim/.stylua.toml +++ b/.config/nvim/.stylua.toml @@ -1,7 +1,7 @@ column_width = 120 line_endings = 'Unix' indent_type = 'Spaces' -indent_width = 2 +indent_width = 3 quote_style = 'AutoPreferSingle' call_parentheses = 'Always' collapse_simple_statement = 'ConditionalOnly'