Skip to content
Snippets Groups Projects
Select Git revision
  • a2d0652e7d3a3894cd8d9ffedd79e42e6e600eb2
  • master default
  • autorisation_visit
  • signup_mydata
  • format_editData
  • dev
  • authorize-valid-profile
  • feli90-patch-2
  • feli90-patch-1
  • context_sheet
  • testNewForm
  • FeliLocalTest1
  • ios-account-fix
  • change-form-link
  • dev_pages_projet
  • remise_sorties
  • release/first-users
17 results

tslint.json

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