input handlers

This commit is contained in:
2025-05-18 16:34:33 +02:00
parent e0797d2cfc
commit 102c1f59dc
18 changed files with 595 additions and 376 deletions

View File

@@ -3,11 +3,13 @@ root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
# Add this to help VSCode and Copilot use tabs for indentation
indent_size = tab
[*.ts]
quote_type = single
ij_typescript_use_double_quotes = false