Skip to content
Snippets Groups Projects
Select Git revision
  • 1d951a24051f3ef7b3689b16cd81181a0862263d
  • master default protected
2 results

.editorconfig

Blame
  • .editorconfig 134 B
    [*]
    indent_size = 4
    charset = utf-8
    end_of_line = lf
    indent_style = space
    insert_final_newline = true
    trim_trailing_whitespace = true