10 # Keeping 0 min-spaces to not error on empty collection definitions
12 # Allowing one space inside braces to improve code readability
17 # min-spaces-inside: 0
18 # max-spaces-inside: 0
20 # Keeping 0 min-spaces to not error on empty collection definitions
22 # Allowing one space inside braces to improve code readability
27 # max-spaces-before: 0
31 # Allowing more than one space for code readability
37 # require-starting-space: true
38 # min-spaces-from-content: 2
40 # Disabling to allow for code comment blocks and #!/usr/bin/ansible-playbook
41 require-starting-space: false
46 # indent-sequences: true
47 # check-multi-line-strings: false
49 # Requiring 2 space indentation
51 # Requiring consistent indentation within a file, either indented or not
52 indent-sequences: consistent
54 # Disabling due to copious amounts of long lines in the code which would
55 # require a code style change to resolve