diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2023-10-04 13:57:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-04 13:57:34 +0200 |
commit | b269c4df616be0ff3f669021726072edf1214c88 (patch) | |
tree | e4acd73845e56123af2bbee7e457262dc907fe2b | |
parent | 5798c6369c9c093ddd170397177ea75f674a7b4c (diff) | |
download | NorthstarLauncher-b269c4df616be0ff3f669021726072edf1214c88.tar.gz NorthstarLauncher-b269c4df616be0ff3f669021726072edf1214c88.zip |
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.
-rw-r--r-- | .editorconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index bc423183..59f4af9f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,3 +9,4 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true indent_style = tab +indent_size = 4 |