mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-01-15 00:47:07 -05:00
19 lines
292 B
INI
19 lines
292 B
INI
|
root = true
|
||
|
|
||
|
[*]
|
||
|
indent_style = space
|
||
|
indent_size = 2
|
||
|
end_of_line = lf
|
||
|
insert_final_newline = true
|
||
|
trim_trailing_whitespace = true
|
||
|
charset = utf-8
|
||
|
max_line_length = 100
|
||
|
semi = false
|
||
|
quote_type = single
|
||
|
|
||
|
[*.{json,yaml,yml,toml,jsonc}]
|
||
|
quote_type = double
|
||
|
|
||
|
[*.{html,htm}]
|
||
|
max_line_length = 140
|