#
# .editorconfig
# mas
#
# EditorConfig 0.17.2
#

root = true

[*]
charset = utf-8
continuation_indent_size = 0
end_of_line = lf
indent_size = tab
indent_style = tab
insert_final_newline = true
max_line_length = 120
quote_type = single
spelling_language = en_US
tab_width = 2
trim_trailing_whitespace = true

[*.md]
# Trailing spaces have meaning in Markdown
max_line_length = 80
trim_trailing_whitespace = false

[{*.yaml,*.yml}]
max_line_length = 80

[Scripts/*]
max_line_length = 80
