.editorconfig 246 Bytes
Newer Older
1 2 3 4 5 6 7
root = true

[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
8
end_of_line = lf
9 10
insert_final_newline = true

NGPixel's avatar
NGPixel committed
11 12
[*.{jade,pug,md}]
trim_trailing_whitespace = false
13 14 15 16

[Makefile]
indent_style = tab
indent_size = 4