Merge pull request #567 from LaurentFough/master

Create .editorconfig
This commit is contained in:
evilsocket
2019-11-11 10:50:26 +01:00
committed by GitHub

7
.editorconfig Normal file
View 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