Files
pa11y-dashboard/.editorconfig
2022-03-03 13:59:11 +00:00

24 lines
334 B
INI

# http://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
indent_style = spaces
trim_trailing_whitespace = false
[*.yml]
indent_style = space
indent_size = 2
[package.json]
indent_style = space
indent_size = 2