From f1af635b923beeff1c3e8e368efc6f5cc856a10a Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 10 Apr 2024 00:04:38 -0400 Subject: add more lsp servers --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..54ba4d1 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_style = tab +insert_final_newline = true +trim_trailing_whitespace = true + +[*.{lock,nix}] +indent_size = 2 +indent_style = space -- cgit v1.2.3