1
0
Fork 0

Add editorconfig

This commit is contained in:
François Pietka 2017-07-27 13:12:53 +02:00
parent 1a2932ec04
commit ab487cdacf
No known key found for this signature in database
GPG Key ID: 6EBE6B5C5C1B1B59
1 changed files with 15 additions and 0 deletions

15
.editorconfig Normal file
View File

@ -0,0 +1,15 @@
# editorconfig.org
# Get your text editor plugin at:
# http://editorconfig.org/#download
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[travis.yml]
indent_size = 2