Skip to content
Snippets Groups Projects
.editorconfig 86 B
Newer Older
  • Learn to ignore specific revisions
  • root = true
    
    [*]
    insert_final_newline = true
    end_of_line = lf
    
    [*.py]
    profile = black