#
# Global EditorConfig file
# http://EditorConfig.org
#

[*]
charset = utf-8
indent_style = space
indent_size = 4

[{**.json,.travis.yml}]
indent_style = space
indent_size = 2