Skip to content
Snippets Groups Projects
Select Git revision
  • 3944d3564eca3dc132fe0caee62b4a1087a5b9ec
  • master default protected
  • rewrite/thread-local
  • rewrite-nodeadlock
4 results

.editorconfig

Blame
  • Forked from an inaccessible project.
    Dominik George's avatar
    c485b7c0
    History
    .editorconfig 155 B
    root = true
    
    [*]
    charset = utf-8
    end_of_line = lf
    insert_final_newline = true
    trim_trailing_whitespace = true
    
    [*.rs]
    indent_style = space
    indent_size = 4