b04ff89c23
Adding *.md section to turn off trim_trailing_whitespace for .md files. (Fixes: https://github.com/kubernetes/website/issues/24731) Signed-off-by: Nate W <nwaddington@cncf.io>
21 lines
323 B
INI
21 lines
323 B
INI
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = false
|
|
charset = utf-8
|
|
max_line_length = 80
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|
|
|
|
[*.{css,html,js,json,sass,md,mmark,toml,yaml}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.{sh}]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[Makefile]
|
|
indent_style = tab
|