# This file is for unifying the coding style for different editors and IDEs
# http://EditorConfig.org

root = true

[*]
indent_style = tab
indent_size = 4
