Skip to content
Snippets Groups Projects
Select Git revision
  • a357160f8c9d9588ebf0352d48724314b7e4146b
  • master default protected
  • csv_export
  • ndex
  • v1.1.18-rc2
  • v1.1.17
  • v1.1.16
  • v1.1.16-rc12
  • v1.1.16-rc11
  • v1.1.16-rc10
  • v1.1.16-rc9
  • v1.1.16-rc8
  • v1.1.16-rc7
  • v1.1.16-rc4
  • v1.1.16-rc3
  • v1.1.16-rc1
  • v1.1.6-rc1
  • v1.1.15
  • v1.1.15-rc7
  • v1.1.15-rc6
  • v1.1.15-rc3
  • v1.1.15-rc1
  • v1.1.14
  • v1.1.13
24 results

latest

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    .editorconfig 292 B
    # http://editorconfig.org
    
    root = true
    
    [*]
    indent_style = space
    indent_size = 4
    trim_trailing_whitespace = true
    insert_final_newline = true
    charset = utf-8
    end_of_line = lf
    
    [*.bat]
    indent_style = tab
    end_of_line = crlf
    
    [LICENSE]
    insert_final_newline = false
    
    [Makefile]
    indent_style = tab