Define indent size in editorconfig (#550)

Setting indent size in `.editorconfig` means that things like GitHub web
preview will default to showing tab indent size as 4 spaces.
This commit is contained in:
GeckoEidechse 2023-10-04 13:57:34 +02:00 committed by GitHub
parent 5798c6369c
commit b269c4df61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -9,3 +9,4 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = tab
indent_size = 4