-trim_trailing_whitespaces must be -trim_trailing_whitespace

This commit is contained in:
Uwe Steinmann 2023-08-25 21:05:27 +02:00
parent c10d5ebb9b
commit eb712f106f

View File

@ -3,6 +3,6 @@ root = true
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespaces = true
trim_trailing_whitespace = true
indent_style = tab
indent_size = 2