1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-29 04:17:07 +00:00

Use correct setting for indent_style

This commit is contained in:
Victor 2019-11-03 16:57:56 +01:00 committed by GitHub
parent b50dfb7f93
commit e07d3c5140
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ trim_trailing_whitespace = true
insert_final_newline = true
[Makefile]
indent_style = tabs
indent_style = tab
indent_size = 4
[Vagrantfile]
@ -23,7 +23,7 @@ indent_size = 2
indent_size = 2
[*.py]
indent_style = tabs
indent_style = tab
[*.js]
indent_size = 2