Skip to content
Snippets Groups Projects
.editorconfig 84 B
Newer Older
  • Learn to ignore specific revisions
  • Pierre Schmitz's avatar
    Pierre Schmitz committed
    root = true
    [*]
    end_of_line = lf
    charset = utf-8
    indent_style = tab
    
    indent_size = 8