Transform spaces to tabs

- Better usage for different editors 
- Easier to handle
This commit is contained in:
deltax 2018-01-09 21:08:26 +01:00 committed by GitHub
parent f16917d04f
commit 6661266e15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ insert_final_newline = true
max_line_length=120
[*.sh]
indent_style = space
indent_style = tab
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true