Files
SillyTavern-extras/.editorconfig
2023-06-04 12:40:36 +03:00

12 lines
177 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{py,js,html,css,scss,md}]
charset = utf-8
indent_style = space
indent_size = 4