simple-dark-mode-for-wp-das.../.editorconfig
Roni Laukkarinen 8228136abc Release 1.0.0
2021-12-16 23:12:31 +02:00

18 lines
309 B
INI

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.js]
quote_type = single
[*.md]
charset = unset
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
indent_style = unset
indent_size = unset