Matrix Docker Ansible eploy
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

25 satır
428 B

  1. # This file is the top-most EditorConfig file
  2. root = true
  3. # All Files
  4. [*]
  5. charset = utf-8
  6. end_of_line = lf
  7. indent_style = tab
  8. indent_size = 4
  9. insert_final_newline = true
  10. trim_trailing_whitespace = true
  11. #########################
  12. # File Extension Settings
  13. #########################
  14. # YAML Files
  15. [*.{yml,yaml,log.config.j2,yaml.j2}]
  16. indent_style = space
  17. indent_size = 2
  18. # Markdown Files
  19. [*.md]
  20. trim_trailing_whitespace = false