Changed spaces to tab

This commit is contained in:
Andrea Alberti 2025-09-28 20:32:35 +02:00
parent 4fb88c6fbe
commit 6ef5f1e614
2 changed files with 950 additions and 943 deletions

File diff suppressed because it is too large Load Diff

View File

@ -34,9 +34,14 @@
],
"settings": {
"tab_size": 4,
"translate_tabs_to_spaces": true,
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true
"ensure_newline_at_eof_on_save": true,
"LSP": {
"LSP-SourceKit": {
"enabled": true
}
}
}
}