Skip to content
Snippets Groups Projects
Select Git revision
  • 85d663528c32acb359234e620a9bed7deb4ea11c
  • master default
  • watch-plugin
3 results

via.zsh-theme

Blame
  • .editorconfig 245 B
    # Editor configuration, see http://editorconfig.org
    root = true
    
    [*]
    charset = utf-8
    indent_style = space
    indent_size = 2
    insert_final_newline = true
    trim_trailing_whitespace = true
    
    [*.md]
    max_line_length = off
    trim_trailing_whitespace = false