Matrix Docker Ansible eploy
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 

28 righe
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