Logo

GitLab

Sign in

Massimiliano Regis / nexus_cli

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • nexus_cli
  • node_modules
  • require-glob
  • .editorconfig
  • modificati i permessi sull'intera directory ...
    98f06754
    aggiunta la funzionalità di rilascio per i pacchetti di PRODUZIONE NCC
    Tiziano Lambiase authored
    2016-09-04 17:29:21 +0200  
    Browse Code »
.editorconfig 221 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true

[*.json]
indent_size = 2
indent_style = space

[*.md]
indent_style = space