pve-eslint/eslint/.editorconfig
Dominik Csapak eb39fafa4f first commit
includes a (minimal) working wrapper

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2020-04-06 15:06:03 +02:00

19 lines
358 B
INI

root = true
[*]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
[docs/rules/linebreak-style.md]
end_of_line = disabled
[{docs/rules/{indent.md,no-mixed-spaces-and-tabs.md}]
indent_style = disabled
indent_size = disabled
[docs/rules/no-trailing-spaces.md]
trim_trailing_whitespace = false