Skip to content
Snippets Groups Projects
Select Git revision
  • 073a502902496f7751dfa4a2c86fab05a3765f6b
  • master default
  • goodpaths
  • movie-page
  • front-bilel
  • vieille-branche
  • octofront
  • branche-TP-de-Tom
8 results

package.json

Blame
  • This project manages its dependencies using npm. Learn more
    .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