unpredictable-lord / .editorconfig
ryomo's picture
feat: add .editorconfig and .markdownlint.jsonc for code style consistency
f9a19b2
raw
history blame contribute delete
282 Bytes
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
indent_size = 2
[*.html]
indent_size = 2
[*.{js,ts,tsx,jsx,json,jsonc}]
indent_size = 2
[*.{css,scss,less}]
indent_size = 2