# EditorConfig is awesome: http://EditorConfig.org
# Install proper plugin for your IDE to enable this config
#
# Check for all possible configuration keys
#   https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties

# Top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true

# 4 space indentation for PHP files
[*.php]
indent_style = space
indent_size = 4
insert_final_newline = true

# 2 space indentation for YAML files
[*.yml]
indent_style = space
indent_size = 2