Skip to content
Snippets Groups Projects
.editorconfig 120 B
Newer Older
  • Learn to ignore specific revisions
  • root = true
    
    [*]
    insert_final_newline = true
    charset = utf-8
    indent_style = space
    indent_size = 4
    max_line_length = 100