add editorconfig and zed settings

This commit is contained in:
Yuri Tatishchev 2025-04-10 19:02:55 -07:00
parent 06a7f1bd51
commit 12a3001aec
Signed by: CaZzzer
GPG Key ID: 28BE602058C08557
2 changed files with 17 additions and 0 deletions

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
[*]
charset = utf-8
insert_final_newline = true
end_of_line = lf
indent_style = tab
indent_size = 2
max_line_length = 100
quote_type = single
trim_trailing_whitespace = true

7
.zed/settings.json Normal file
View File

@ -0,0 +1,7 @@
// Folder-specific settings
//
// For a full list of overridable settings, and general information on folder-specific settings,
// see the documentation: https://zed.dev/docs/configuring-zed#settings-files
{
"formatter": "prettier"
}