Skip to content
Snippets Groups Projects
Select Git revision
  • 4d36d8fbb3c46573ce9640c7b2fc2aee53365cb6
  • main default protected
2 results

s3-service.md

Blame
  • .editorconfig 610 B
    [*]
    charset = utf-8
    end_of_line = lf
    indent_size = 4
    indent_style = tab
    insert_final_newline = true
    max_line_length = off
    trim_trailing_whitespace = true
    
    [*.md]
    indent_style = undef
    
    [*.html]
    indent_style = undef
    
    [*.py]
    indent_style = spaces
    indent_size = 4
    
    [*.{tf,tfvars}]
    indent_style = spaces
    indent_size = 2
    max_line_length = off
    
    [*.{yaml,yml}]
    indent_size = 2
    indent_style = space
    # default from ansible-lint
    max_line_length = 160
    
    [/*/playbooks/{files,templates}/**]
    indent_style = undef
    max_line_length = off
    
    [/*/extra/*]
    max_line_length = off
    
    [.ansible-lint]
    indent_size = 2
    indent_style = space