mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-04-21 23:47:57 +00:00
e882111f92
Also rename to wasm-instrument
28 lines
363 B
INI
28 lines
363 B
INI
root = true
|
|
[*]
|
|
indent_style=tab
|
|
indent_size=tab
|
|
tab_width=4
|
|
end_of_line=lf
|
|
charset=utf-8
|
|
trim_trailing_whitespace=true
|
|
max_line_length=100
|
|
insert_final_newline=true
|
|
|
|
[*.md]
|
|
max_line_length=80
|
|
indent_style=space
|
|
indent_size=2
|
|
|
|
[*.yml]
|
|
indent_style=space
|
|
indent_size=2
|
|
tab_width=8
|
|
end_of_line=lf
|
|
|
|
[*.sh]
|
|
indent_style=space
|
|
indent_size=2
|
|
tab_width=8
|
|
end_of_line=lf
|