16 lines
227 B
INI
16 lines
227 B
INI
root=true
|
|
|
|
[*]
|
|
tab_width=2
|
|
indent_size=2
|
|
charset=utf-8
|
|
end_of_line=unset
|
|
indent_style=space
|
|
max_line_length=100
|
|
insert_final_newline=true
|
|
trim_trailing_whitespace=true
|
|
|
|
[*.md]
|
|
max_line_length=off
|
|
trim_trailing_whitespace=false
|