mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-17 17:39:54 +08:00
17 lines
271 B
INI
17 lines
271 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_style = space
|
|
indent_size = 2
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{markdown,md}]
|
|
trim_trailing_whitespace = false
|
|
|
|
[test/*]
|
|
insert_final_newline = false
|
|
trim_trailing_whitespace = false
|