Skip to content
Snippets Groups Projects
Select Git revision
  • 719c1565548999e3b3ce04f4906a7ab1c593714c
  • main default protected
  • master
3 results

.editorconfig

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    .editorconfig 220 B
    root = true
    
    [*]
    charset = utf-8
    end_of_line = lf
    insert_final_newline = true
    indent_style = space
    indent_size = 4
    trim_trailing_whitespace = true
    
    [*.md]
    trim_trailing_whitespace = false
    
    [*.{yml,yaml}]
    indent_size = 2