Skip to content
Snippets Groups Projects
Select Git revision
  • a0412805d33bc7fa41cf178341f0805b2cacad8f
  • master default protected
  • egi-production
  • e-infra2
  • ci-megalinter-speedup
  • e-infra
  • envri-hub-new-aai
  • egi-b2drop-no-collapse
  • lfs
  • gpu_staging
  • resurrect-testing-ownloud
  • experiments/collab
  • update_claim_group_keys
  • envri-hub
  • enable_rtc
  • eosc-ui
  • future/jupyterhub-5.x
  • versioning
  • eosc-templating
  • staging1-raw-image
  • token-exchange
21 results

.editorconfig

Blame
  • .editorconfig 579 B
    [*]
    charset = utf-8
    end_of_line = lf
    indent_size = 4
    indent_style = tab
    insert_final_newline = true
    max_line_length = off
    trim_trailing_whitespace = true
    
    [*.md]
    indent_style = undef
    
    [*.py]
    indent_style = spaces
    indent_size = 4
    
    [*.{tf,tfvars}]
    indent_style = spaces
    indent_size = 2
    max_line_length = off
    
    [*.{yaml,yml}]
    indent_size = 2
    indent_style = space
    # default from ansible-lint
    max_line_length = 160
    
    [/*/playbooks/{files,templates}/**]
    indent_style = undef
    max_line_length = off
    
    [/*/extra/*]
    max_line_length = off
    
    [.ansible-lint]
    indent_size = 2
    indent_style = space