diff options
| author | Joe Carstairs <me@joeac.net> | 2024-12-12 21:44:33 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-12-12 21:56:58 +0000 |
| commit | 3328bc600e68efde281be23038f5cecbe515d390 (patch) | |
| tree | 5e0bd14ed6f3a7455bc5f7b69b483c914683a790 | |
| parent | c50cd9cecb4e8ddf40d376fc9be3dcb23bac5c32 (diff) | |
Editorconfig indent size = 4
| -rw-r--r-- | .editorconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.editorconfig b/.editorconfig index 55a2a71..8058c96 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,6 +3,5 @@ root = true end_of_line = lf insert_final_newline = true charset = utf-8 -indent_style = tab -indent_size = 1 - +indent_style = space +indent_size = 4 |
