Add editorconfig

This commit is contained in:
Çetin
2025-01-03 11:42:24 +03:00
parent 8a823ed6dd
commit e83538d31f

View File

@@ -4,13 +4,12 @@ root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[*.ts]
quote_type = single
ij_typescript_use_double_quotes = false
[*.md]
max_line_length = off