ansible-collection-famedly-.../.editorconfig
Emmanouil Kampitakis 71c4f3b2a4 Make the ansible linter happy
remove trailing whitespaces
2019-02-18 00:27:45 +01:00

7 lines
118 B
INI

root = true
trim_trailing_whitespace = true
[*.yml]
insert_final_newline = true
indent_style = space
indent_size = 2