Skip to content
Snippets Groups Projects
.editorconfig 219 B
Newer Older
  • Learn to ignore specific revisions
  • root = true
    
    [*]
    indent_style = tab
    insert_final_newline = true
    charset = utf-8
    trim_trailing_whitespace = true
    insert_final_newline = true
    
    [*.md]
    trim_trailing_whitespace = false
    
    Lars Bilke's avatar
    Lars Bilke committed
    indent_style = spaces
    indent_size = 4