Browse Source
Fix editorconfig - we always used 4 space tabs
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/17917/head
Joas Schilling
6 years ago
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with
1 additions and
1 deletions
-
.editorconfig
|
|
|
@ -11,7 +11,7 @@ insert_final_newline = true |
|
|
|
trim_trailing_whitespace = true |
|
|
|
|
|
|
|
[*.php] |
|
|
|
indent_size = 8 |
|
|
|
indent_size = 4 |
|
|
|
|
|
|
|
[*.md] |
|
|
|
trim_trailing_whitespace = false |