Skip to content
Snippets Groups Projects
.editorconfig 149 B
Newer Older
  • Learn to ignore specific revisions
  • Aaron's avatar
    Aaron committed
    # EditorConfig https://EditorConfig.org
    
    # top-most EditorConfig file
    root = true
    
    # 4 space indentation
    [*.py]
    indent_style = space
    indent_size = 4