Skip to content
Snippets Groups Projects
.editorconfig 284 B
Newer Older
  • Learn to ignore specific revisions
  • Sivan Duijn's avatar
    Sivan Duijn committed
    # Editor configuration, see http://editorconfig.org
    root = true
    
    [*]
    charset = utf-8
    indent_style = space
    indent_size = 2
    insert_final_newline = true
    trim_trailing_whitespace = true
    
    max_line_length = 140
    end_of_line = lf
    
    Sivan Duijn's avatar
    Sivan Duijn committed
    
    [*.md]
    max_line_length = off
    trim_trailing_whitespace = false