]> git.proxmox.com Git - pve-eslint.git/blame - eslint/.editorconfig
allow '!!' for boolean conversion
[pve-eslint.git] / eslint / .editorconfig
CommitLineData
eb39fafa
DC
1root = true
2
3[*]
4indent_style = space
5indent_size = 4
6trim_trailing_whitespace = true
7end_of_line = lf
8insert_final_newline = true
9
10[docs/rules/linebreak-style.md]
11end_of_line = disabled
12
13[{docs/rules/{indent.md,no-mixed-spaces-and-tabs.md}]
14indent_style = disabled
15indent_size = disabled
16
17[docs/rules/no-trailing-spaces.md]
18trim_trailing_whitespace = false