diff options
author | Marvin Borner | 2019-01-22 18:42:07 +0100 |
---|---|---|
committer | Marvin Borner | 2019-01-22 18:42:07 +0100 |
commit | 6cf24c5db59ba99fc3c15bfb39780d888248181d (patch) | |
tree | 548f506f1645231a80ca11da499f1f19b11186f3 /.editorconfig | |
parent | e3cd2140ccb7338df87bf5e184926772835668ba (diff) |
Forgot key management
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index c492aee..cb64490 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,7 +2,7 @@ root = true [*] indent_style = space -indent_size = 2 +indent_size = 4 end_of_line = lf charset = utf-8 |