tab is the default, exempt pom, yml

This commit is contained in:
soloturn 2022-01-27 08:54:32 +01:00
parent 703b83a5ac
commit f0c74f747f
1 changed files with 5 additions and 1 deletions

View File

@ -5,9 +5,13 @@ root = true
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
indent_style = tab
trim_trailing_whitespace = true
[*.md]
max_line_length = off
trim_trailing_whitespace = false
[pom.xml, *.yml]
indent_style = space