Merge pull request from LaurentFough/master

Create .editorconfig
This commit is contained in:
evilsocket 2019-11-11 10:50:26 +01:00 committed by GitHub
commit 307b3890f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
.editorconfig Normal file

@ -0,0 +1,7 @@
# top-most EditorConfig file
root = true
# Matches the exact files either package.json or .travis.yml
[{*.yml,*.yaml,config.yml,defaults.yml}]
indent_style = space
indent_size = 2