summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 9ec5b2998c74d28a975599745294ced141ac7f5c (plain)
1
2
3
4
5
6
7
root = true

[*]
indent_size = 2

[*.{md,markdown,mdx}]
max_line_length = 80