Merge pull request #3022 from thelounge/astorije/editorconfig-tab-indent

Make sure the editorconfig indent size applies to all file formats
This commit is contained in:
Pavel Djundik 2019-02-04 10:19:38 +02:00 committed by GitHub
commit 7840b56690
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@ root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8