1
0
Fork 0

Merge pull request #7861 from localheinz/feature/editorconfig

Enhancement: Add .editorconfig
pull/7860/head^2
Jordi Boggiano 2019-01-03 10:51:50 +01:00 committed by GitHub
commit 8f043be89c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
root = true
[*]
charset = utf-8
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.yml]
indent_size = 2