Skip to content
Snippets Groups Projects
Select Git revision
  • api-redesign
  • main default protected
  • 0.10.2
  • 0.10.1
  • 0.10.0
  • 0.9.2
  • 0.9.1
  • 0.9.0
  • 0.8.1
  • 0.8.0
  • 0.7.0
11 results

.editorconfig

Blame
  • .editorconfig 124 B
    [*]
    charset = utf-8
    end_of_line = lf
    insert_final_newline = true
    indent_style = space
    indent_size = 2
    max_line_length = 120