Skip to content
Snippets Groups Projects
Select Git revision
  • 03464c63b6478cd5a7675f2fc60218510a59ebca
  • master default protected
  • multi-gitter-gfz-name-repl
  • multi-gitter-branch
  • v0.3.1
  • v0.3.0
  • v0.2.9
  • v0.2.8
  • v0.2.7
  • v0.2.6
  • v0.2.5
  • v0.2.4
  • v0.2.3
  • v0.2.0
  • v0.2.2
  • v0.2.1
16 results

requirements_dev.txt

Blame
  • .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