mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-08-16 13:14:07 +00:00
Add/Update .editorconfig to improve repository standards
This commit is contained in:
parent
c5aa916ffb
commit
8bb8cae7c2
13
.editorconfig
Normal file
13
.editorconfig
Normal file
@ -0,0 +1,13 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
charset = utf-8
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.{json,yml,yaml,md,txt}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
Loading…
Reference in New Issue
Block a user