Skip to content
Snippets Groups Projects
Select Git revision
  • 98159e2be6a8420b9810361dfbc0769bc707b51f
  • master default
2 results

.gitignore

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