summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 020a0339ee4337792965316461ea96e66d190819 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
root = true

[*]
indent_size = 2

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

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

[*.yml]
max_line_length = 100000