Add .editorconfig

This commit is contained in:
Oliver Davies 2020-05-30 12:51:08 +01:00
parent c4340706b1
commit a988d53da0
2 changed files with 16 additions and 0 deletions

15
.editorconfig Normal file
View file

@ -0,0 +1,15 @@
; This file is for unifying the coding style for different editors and IDEs.
; More information at https://editorconfig.org
root = true
[*]
charset = utf-8
indent_size = 4
indent_style = space
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.yml]
indent_size = 2

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
*
!*/
!/.editorconfig
!/.github/**
!/.gitignore
!/composer.json