Matrix Docker Ansible eploy
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 

28 líneas
562 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. #
  20. # Two spaces at the end of a line in Markdown mean "new line",
  21. # so trimming trailing whitespace for such files can cause breakage.
  22. [*.md]
  23. trim_trailing_whitespace = false