Skip to content
Snippets Groups Projects
.editorconfig 226 B
Newer Older
  • Learn to ignore specific revisions
  • Lars Bilke's avatar
    Lars Bilke committed
    indent_style = space
    
    charset = utf-8
    trim_trailing_whitespace = true
    insert_final_newline = true
    
    trim_trailing_whitespace = false
    
    [*.{json,yml,yaml,toml,html,css,js,scss}]