Files
holder/.editorconfig
2021-01-09 14:25:07 -05:00

24 lines
318 B
INI

# Editor config from Quickstart
# qkst.io/dotfiles/editorconfig
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[*.js]
indent_style = space
indent_size = 2
[Makefile]
indent_style = tab
indent_size = 8
[*.{js}]
charset = utf-8
trim_trailing_whitespace = true