mirror of
https://gh.wpcy.net/https://github.com/ronilaukkarinen/simple-dark-mode-for-wp-dashboard.git
synced 2026-04-24 08:16:30 +08:00
18 lines
309 B
INI
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
|