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

[*]
indent_size = 2

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

[{Makefile,*.mk}]
indent_style = tab