Files
2025-03-21 10:22:45 +07:00

15 lines
217 B
INI

root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{html,css,scss,js,json}]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false