# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
# WordPress Coding Style uses TABs for PHP, JS, HTML and CSS files
# https://developer.wordpress.org/coding-standards/wordpress-coding-standards/
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[{Makefile,**.mk}]
# Use tabs for indentation (Makefiles require tabs)
indent_style = tab

[*.scss]
indent_style = space

[*.yml]
indent_style = space
indent_size = 2

[mkdocs/*]
indent_size = 4
indent_style = space
