Skip to content
Snippets Groups Projects
.editorconfig 163 B
Newer Older
  • Learn to ignore specific revisions
  • Andrei Mondoc's avatar
    Andrei Mondoc committed
    # EditorConfig is awesome: https://editorconfig.org
    
    # Not top-most EditorConfig file
    root = false
    
    # Tab indentation
    [*.php]
    
    Kevin Cristiano's avatar
    Kevin Cristiano committed
    indent_style = space
    indent_size = 2