diff options
| author | seth <[email protected]> | 2024-04-10 00:04:38 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-04-10 00:04:38 -0400 |
| commit | f1af635b923beeff1c3e8e368efc6f5cc856a10a (patch) | |
| tree | afe486b9de06e82bb8dfe9ac7ec79fdaeab6e3f6 /.editorconfig | |
| parent | 6616b478c0d3381ceba1adbe00d15a9f528d733b (diff) | |
add more lsp servers
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 12 |
1 files changed, 12 insertions, 0 deletions
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 |
