1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-03 09:00:48 +00:00

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

View File

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