Skip to content
Snippets Groups Projects
Select Git revision
  • 40964a4461a5865ba33c1c5dabb7313a69cf6c5e
  • master default protected
  • ci
  • co
  • dev
  • legacy-v2
  • legacy
7 results

.editorconfig

Blame
  • .editorconfig 216 B
    root = true
    
    [*]
    indent_style = tab
    indent_size = 2
    end_of_line = lf
    charset = utf-8
    trim_trailing_whitespace = true
    insert_final_newline = true
    
    [*.yml]
    indent_style = space
    
    [*.md]
    trim_trailing_whitespace = false