Skip to content
Snippets Groups Projects
Select Git revision
  • be2192f77b1f56dd4031cb053633ca2b3d98624e
  • master default
  • 5.0.0 protected
  • 4.0.0
  • dev
  • 5.0.0-superduperalpha-2
  • 5.0.0-superduperalpha-1
  • v3.0.0-prealpha
8 results

.editorconfig

Blame
  • .editorconfig 167 B
    # editorconfig.org
    
    root = true
    
    [*]
    charset = utf-8
    end_of_line = lf
    indent_size = 2
    indent_style = space
    insert_final_newline = true
    trim_trailing_whitespace = true